Shades of Purple Heart #6637CF
Tints of Purple Heart #6637CF
RGB
CMYK
RGB Variations
Color information
#6637CF (or 0x6637CF) is known color: Purple Heart. HEX triplet: 66, 37 and CF. RGB value is (102,55,207). Sum of RGB (Red+Green+Blue) = 102+55+207=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 55 (21.88% from 255 or 15.11% from 364); Blue value is 207 (81.25% from 255 or 56.87% from 364); Max value from RGB is 207 - color contains mainly: blue. Hex color #6637CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6637CF is #99C830. Grayscale: #555555. Windows color (decimal): -10078257 or 13580134. OLE color: 13580134.
HSL color Cylindrical-coordinate representation of color #6637CF: hue angle of 258.55º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6637CF is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 55 | 207 | - |
| CMYK | 0.51 | 0.73 | 0 | 0.19 |
| HSL | 258.55º | 0.61% | 0.51% | - |
| HSV(B) | 258.55º | 0.73% | 0.81% | - |
| XYZ | 18.11 | 10.06 | 60.02 | - |
| YUV | 86.38 | 196.07 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 55 | 207 | 0.51 | 0.73 | 0 | 0.19 | 258.55 | 0.61 | 0.51 |
| Hex | 66 | 37 | CF | 33 | 49 | 0 | 13 | 103 | 3D | 33 |
| Octal | 146 | 67 | 317 | 63 | 111 | 0 | 23 | 403 | 75 | 63 |
| Binary | 1100110 | 110111 | 11001111 | 110011 | 1001001 | 0 | 10011 | 100000011 | 111101 | 110011 |
Color Harmonies of #6637CF
Complementary color
Monochromatic Colors of #6637CF
Black with #6637CF
Text Example
Text Example
White with #6637CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6637CF; }
p { color: rgb(102,55,207); }
H1.HeaderClassName
{
color: #6637CF;
}
.AnyTagClassName
{
color: #6637CF;
}
</style>
background-color css
<style>
a { background-color: #6637CF; }
a { background-color: rgb(102,55,207); }
div.DivClassName
{
background-color: #6637CF;
}
.BgClassName
{
background-color: #6637CF;
}
</style>
border-color css
<style>
span { border-color: #6637CF; }
span { border-color: rgb(102,55,207); }
td.TdClassName
{
border-color: #6637CF;
}
.TagClassName
{
border-color: #6637CF;
}
</style>