Shades of Purple Heart #6613CF
Tints of Purple Heart #6613CF
RGB
CMYK
RGB Variations
Color information
#6613CF (or 0x6613CF) is known color: Purple Heart. HEX triplet: 66, 13 and CF. RGB value is (102,19,207). Sum of RGB (Red+Green+Blue) = 102+19+207=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 19 (7.81% from 255 or 5.79% from 328); Blue value is 207 (81.25% from 255 or 63.11% from 328); Max value from RGB is 207 - color contains mainly: blue. Hex color #6613CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6613CF is #99EC30. Grayscale: #404040. Windows color (decimal): -10087473 or 13570918. OLE color: 13570918.
HSL color Cylindrical-coordinate representation of color #6613CF: hue angle of 266.49º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6613CF is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 19 | 207 | - |
| CMYK | 0.51 | 0.91 | 0 | 0.19 |
| HSL | 266.49º | 0.83% | 0.44% | - |
| HSV(B) | 266.49º | 0.91% | 0.81% | - |
| XYZ | 16.97 | 7.8 | 59.64 | - |
| YUV | 65.25 | 208 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 19 | 207 | 0.51 | 0.91 | 0 | 0.19 | 266.49 | 0.83 | 0.44 |
| Hex | 66 | 13 | CF | 33 | 5B | 0 | 13 | 10A | 53 | 2C |
| Octal | 146 | 23 | 317 | 63 | 133 | 0 | 23 | 412 | 123 | 54 |
| Binary | 1100110 | 10011 | 11001111 | 110011 | 1011011 | 0 | 10011 | 100001010 | 1010011 | 101100 |
Color Harmonies of #6613CF
Complementary color
Monochromatic Colors of #6613CF
Black with #6613CF
Text Example
Text Example
White with #6613CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6613CF; }
p { color: rgb(102,19,207); }
H1.HeaderClassName
{
color: #6613CF;
}
.AnyTagClassName
{
color: #6613CF;
}
</style>
background-color css
<style>
a { background-color: #6613CF; }
a { background-color: rgb(102,19,207); }
div.DivClassName
{
background-color: #6613CF;
}
.BgClassName
{
background-color: #6613CF;
}
</style>
border-color css
<style>
span { border-color: #6613CF; }
span { border-color: rgb(102,19,207); }
td.TdClassName
{
border-color: #6613CF;
}
.TagClassName
{
border-color: #6613CF;
}
</style>