Shades of Purple Heart #6636D8
Tints of Purple Heart #6636D8
RGB
CMYK
RGB Variations
Color information
#6636D8 (or 0x6636D8) is known color: Purple Heart. HEX triplet: 66, 36 and D8. RGB value is (102,54,216). Sum of RGB (Red+Green+Blue) = 102+54+216=372 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.42% from 372); Green value is 54 (21.48% from 255 or 14.52% from 372); Blue value is 216 (84.77% from 255 or 58.06% from 372); Max value from RGB is 216 - color contains mainly: blue. Hex color #6636D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6636D8 is #99C927. Grayscale: #565656. Windows color (decimal): -10078504 or 14169702. OLE color: 14169702.
HSL color Cylindrical-coordinate representation of color #6636D8: hue angle of 257.78º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6636D8 is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 54 | 216 | - |
| CMYK | 0.53 | 0.75 | 0 | 0.15 |
| HSL | 257.78º | 0.68% | 0.53% | - |
| HSV(B) | 257.78º | 0.75% | 0.85% | - |
| XYZ | 19.19 | 10.42 | 65.97 | - |
| YUV | 86.82 | 200.9 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 54 | 216 | 0.53 | 0.75 | 0 | 0.15 | 257.78 | 0.68 | 0.53 |
| Hex | 66 | 36 | D8 | 35 | 4B | 0 | F | 102 | 44 | 35 |
| Octal | 146 | 66 | 330 | 65 | 113 | 0 | 17 | 402 | 104 | 65 |
| Binary | 1100110 | 110110 | 11011000 | 110101 | 1001011 | 0 | 1111 | 100000010 | 1000100 | 110101 |
Color Harmonies of #6636D8
Complementary color
Monochromatic Colors of #6636D8
Black with #6636D8
Text Example
Text Example
White with #6636D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6636D8; }
p { color: rgb(102,54,216); }
H1.HeaderClassName
{
color: #6636D8;
}
.AnyTagClassName
{
color: #6636D8;
}
</style>
background-color css
<style>
a { background-color: #6636D8; }
a { background-color: rgb(102,54,216); }
div.DivClassName
{
background-color: #6636D8;
}
.BgClassName
{
background-color: #6636D8;
}
</style>
border-color css
<style>
span { border-color: #6636D8; }
span { border-color: rgb(102,54,216); }
td.TdClassName
{
border-color: #6636D8;
}
.TagClassName
{
border-color: #6636D8;
}
</style>