Shades of Purple Heart #6639C9
Tints of Purple Heart #6639C9
RGB
CMYK
RGB Variations
Color information
#6639C9 (or 0x6639C9) is known color: Purple Heart. HEX triplet: 66, 39 and C9. RGB value is (102,57,201). Sum of RGB (Red+Green+Blue) = 102+57+201=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 57 (22.66% from 255 or 15.83% from 360); Blue value is 201 (78.91% from 255 or 55.83% from 360); Max value from RGB is 201 - color contains mainly: blue. Hex color #6639C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6639C9 is #99C636. Grayscale: #565656. Windows color (decimal): -10077751 or 13187430. OLE color: 13187430.
HSL color Cylindrical-coordinate representation of color #6639C9: hue angle of 258.75º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6639C9 is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 57 | 201 | - |
| CMYK | 0.49 | 0.72 | 0 | 0.21 |
| HSL | 258.75º | 0.57% | 0.51% | - |
| HSV(B) | 258.75º | 0.72% | 0.79% | - |
| XYZ | 17.49 | 9.97 | 56.26 | - |
| YUV | 86.87 | 192.41 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 57 | 201 | 0.49 | 0.72 | 0 | 0.21 | 258.75 | 0.57 | 0.51 |
| Hex | 66 | 39 | C9 | 31 | 48 | 0 | 15 | 103 | 39 | 33 |
| Octal | 146 | 71 | 311 | 61 | 110 | 0 | 25 | 403 | 71 | 63 |
| Binary | 1100110 | 111001 | 11001001 | 110001 | 1001000 | 0 | 10101 | 100000011 | 111001 | 110011 |
Color Harmonies of #6639C9
Complementary color
Monochromatic Colors of #6639C9
Black with #6639C9
Text Example
Text Example
White with #6639C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6639C9; }
p { color: rgb(102,57,201); }
H1.HeaderClassName
{
color: #6639C9;
}
.AnyTagClassName
{
color: #6639C9;
}
</style>
background-color css
<style>
a { background-color: #6639C9; }
a { background-color: rgb(102,57,201); }
div.DivClassName
{
background-color: #6639C9;
}
.BgClassName
{
background-color: #6639C9;
}
</style>
border-color css
<style>
span { border-color: #6639C9; }
span { border-color: rgb(102,57,201); }
td.TdClassName
{
border-color: #6639C9;
}
.TagClassName
{
border-color: #6639C9;
}
</style>