Shades of Purple Heart #6633E4
Tints of Purple Heart #6633E4
RGB
CMYK
RGB Variations
Color information
#6633E4 (or 0x6633E4) is known color: Purple Heart. HEX triplet: 66, 33 and E4. RGB value is (102,51,228). Sum of RGB (Red+Green+Blue) = 102+51+228=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 51 (20.31% from 255 or 13.39% from 381); Blue value is 228 (89.45% from 255 or 59.84% from 381); Max value from RGB is 228 - color contains mainly: blue. Hex color #6633E4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6633E4 is #99CC1B. Grayscale: #555555. Windows color (decimal): -10079260 or 14955366. OLE color: 14955366.
HSL color Cylindrical-coordinate representation of color #6633E4: hue angle of 257.29º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6633E4 is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 102 | 51 | 228 | - |
| CMYK | 0.55 | 0.78 | 0 | 0.11 |
| HSL | 257.29º | 0.77% | 0.55% | - |
| HSV(B) | 257.29º | 0.78% | 0.89% | - |
| XYZ | 20.67 | 10.79 | 74.39 | - |
| YUV | 86.43 | 207.9 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 51 | 228 | 0.55 | 0.78 | 0 | 0.11 | 257.29 | 0.77 | 0.55 |
| Hex | 66 | 33 | E4 | 37 | 4E | 0 | B | 101 | 4D | 37 |
| Octal | 146 | 63 | 344 | 67 | 116 | 0 | 13 | 401 | 115 | 67 |
| Binary | 1100110 | 110011 | 11100100 | 110111 | 1001110 | 0 | 1011 | 100000001 | 1001101 | 110111 |
Color Harmonies of #6633E4
Complementary color
Monochromatic Colors of #6633E4
Black with #6633E4
Text Example
Text Example
White with #6633E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6633E4; }
p { color: rgb(102,51,228); }
H1.HeaderClassName
{
color: #6633E4;
}
.AnyTagClassName
{
color: #6633E4;
}
</style>
background-color css
<style>
a { background-color: #6633E4; }
a { background-color: rgb(102,51,228); }
div.DivClassName
{
background-color: #6633E4;
}
.BgClassName
{
background-color: #6633E4;
}
</style>
border-color css
<style>
span { border-color: #6633E4; }
span { border-color: rgb(102,51,228); }
td.TdClassName
{
border-color: #6633E4;
}
.TagClassName
{
border-color: #6633E4;
}
</style>