Shades of Purple Heart #6633CF
Tints of Purple Heart #6633CF
RGB
CMYK
RGB Variations
Color information
#6633CF (or 0x6633CF) is known color: Purple Heart. HEX triplet: 66, 33 and CF. RGB value is (102,51,207). Sum of RGB (Red+Green+Blue) = 102+51+207=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 51 (20.31% from 255 or 14.17% from 360); Blue value is 207 (81.25% from 255 or 57.5% from 360); Max value from RGB is 207 - color contains mainly: blue. Hex color #6633CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6633CF is #99CC30. Grayscale: #535353. Windows color (decimal): -10079281 or 13579110. OLE color: 13579110.
HSL color Cylindrical-coordinate representation of color #6633CF: hue angle of 259.62º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6633CF is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 51 | 207 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.19 |
| HSL | 259.62º | 0.62% | 0.51% | - |
| HSV(B) | 259.62º | 0.75% | 0.81% | - |
| XYZ | 17.93 | 9.7 | 59.96 | - |
| YUV | 84.03 | 197.4 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 51 | 207 | 0.51 | 0.75 | 0 | 0.19 | 259.62 | 0.62 | 0.51 |
| Hex | 66 | 33 | CF | 33 | 4B | 0 | 13 | 104 | 3E | 33 |
| Octal | 146 | 63 | 317 | 63 | 113 | 0 | 23 | 404 | 76 | 63 |
| Binary | 1100110 | 110011 | 11001111 | 110011 | 1001011 | 0 | 10011 | 100000100 | 111110 | 110011 |
Color Harmonies of #6633CF
Complementary color
Monochromatic Colors of #6633CF
Black with #6633CF
Text Example
Text Example
White with #6633CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6633CF; }
p { color: rgb(102,51,207); }
H1.HeaderClassName
{
color: #6633CF;
}
.AnyTagClassName
{
color: #6633CF;
}
</style>
background-color css
<style>
a { background-color: #6633CF; }
a { background-color: rgb(102,51,207); }
div.DivClassName
{
background-color: #6633CF;
}
.BgClassName
{
background-color: #6633CF;
}
</style>
border-color css
<style>
span { border-color: #6633CF; }
span { border-color: rgb(102,51,207); }
td.TdClassName
{
border-color: #6633CF;
}
.TagClassName
{
border-color: #6633CF;
}
</style>