Shades of Purple Heart #6601CA
Tints of Purple Heart #6601CA
RGB
CMYK
RGB Variations
Color information
#6601CA (or 0x6601CA) is known color: Purple Heart. HEX triplet: 66, 01 and CA. RGB value is (102,1,202). Sum of RGB (Red+Green+Blue) = 102+1+202=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 202 (79.30% from 255 or 66.23% from 305); Max value from RGB is 202 - color contains mainly: blue. Hex color #6601CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6601CA is #99FE35. Grayscale: #353535. Windows color (decimal): -10092086 or 13238630. OLE color: 13238630.
HSL color Cylindrical-coordinate representation of color #6601CA: hue angle of 270.15º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6601CA is Cyan = 0.50, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 1 | 202 | - |
| CMYK | 0.50 | 1.00 | 0 | 0.21 |
| HSL | 270.15º | 0.99% | 0.4% | - |
| HSV(B) | 270.15º | 1% | 0.79% | - |
| XYZ | 16.15 | 7.11 | 56.4 | - |
| YUV | 54.11 | 211.46 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 1 | 202 | 0.50 | 1.00 | 0 | 0.21 | 270.15 | 0.99 | 0.4 |
| Hex | 66 | 1 | CA | 32 | 64 | 0 | 15 | 10E | 63 | 28 |
| Octal | 146 | 1 | 312 | 62 | 144 | 0 | 25 | 416 | 143 | 50 |
| Binary | 1100110 | 1 | 11001010 | 110010 | 1100100 | 0 | 10101 | 100001110 | 1100011 | 101000 |
Color Harmonies of #6601CA
Complementary color
Monochromatic Colors of #6601CA
Black with #6601CA
Text Example
Text Example
White with #6601CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6601CA; }
p { color: rgb(102,1,202); }
H1.HeaderClassName
{
color: #6601CA;
}
.AnyTagClassName
{
color: #6601CA;
}
</style>
background-color css
<style>
a { background-color: #6601CA; }
a { background-color: rgb(102,1,202); }
div.DivClassName
{
background-color: #6601CA;
}
.BgClassName
{
background-color: #6601CA;
}
</style>
border-color css
<style>
span { border-color: #6601CA; }
span { border-color: rgb(102,1,202); }
td.TdClassName
{
border-color: #6601CA;
}
.TagClassName
{
border-color: #6601CA;
}
</style>