Shades of Purple Heart #6641CE
Tints of Purple Heart #6641CE
RGB
CMYK
RGB Variations
Color information
#6641CE (or 0x6641CE) is known color: Purple Heart. HEX triplet: 66, 41 and CE. RGB value is (102,65,206). Sum of RGB (Red+Green+Blue) = 102+65+206=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #6641CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6641CE is #99BE31. Grayscale: #5B5B5B. Windows color (decimal): -10075698 or 13517158. OLE color: 13517158.
HSL color Cylindrical-coordinate representation of color #6641CE: hue angle of 255.74º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6641CE is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 65 | 206 | - |
| CMYK | 0.50 | 0.68 | 0 | 0.19 |
| HSL | 255.74º | 0.59% | 0.53% | - |
| HSV(B) | 255.74º | 0.68% | 0.81% | - |
| XYZ | 18.51 | 11.06 | 59.55 | - |
| YUV | 92.14 | 192.26 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 65 | 206 | 0.50 | 0.68 | 0 | 0.19 | 255.74 | 0.59 | 0.53 |
| Hex | 66 | 41 | CE | 32 | 44 | 0 | 13 | 100 | 3B | 35 |
| Octal | 146 | 101 | 316 | 62 | 104 | 0 | 23 | 400 | 73 | 65 |
| Binary | 1100110 | 1000001 | 11001110 | 110010 | 1000100 | 0 | 10011 | 100000000 | 111011 | 110101 |
Color Harmonies of #6641CE
Complementary color
Monochromatic Colors of #6641CE
Black with #6641CE
Text Example
Text Example
White with #6641CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6641CE; }
p { color: rgb(102,65,206); }
H1.HeaderClassName
{
color: #6641CE;
}
.AnyTagClassName
{
color: #6641CE;
}
</style>
background-color css
<style>
a { background-color: #6641CE; }
a { background-color: rgb(102,65,206); }
div.DivClassName
{
background-color: #6641CE;
}
.BgClassName
{
background-color: #6641CE;
}
</style>
border-color css
<style>
span { border-color: #6641CE; }
span { border-color: rgb(102,65,206); }
td.TdClassName
{
border-color: #6641CE;
}
.TagClassName
{
border-color: #6641CE;
}
</style>