Shades of Purple Heart #6630CE
Tints of Purple Heart #6630CE
RGB
CMYK
RGB Variations
Color information
#6630CE (or 0x6630CE) is known color: Purple Heart. HEX triplet: 66, 30 and CE. RGB value is (102,48,206). Sum of RGB (Red+Green+Blue) = 102+48+206=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 48 (19.14% from 255 or 13.48% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #6630CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6630CE is #99CF31. Grayscale: #515151. Windows color (decimal): -10080050 or 13512806. OLE color: 13512806.
HSL color Cylindrical-coordinate representation of color #6630CE: hue angle of 260.51º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6630CE is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 48 | 206 | - |
| CMYK | 0.50 | 0.77 | 0 | 0.19 |
| HSL | 260.51º | 0.62% | 0.5% | - |
| HSV(B) | 260.51º | 0.77% | 0.81% | - |
| XYZ | 17.68 | 9.39 | 59.27 | - |
| YUV | 82.16 | 197.89 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 48 | 206 | 0.50 | 0.77 | 0 | 0.19 | 260.51 | 0.62 | 0.5 |
| Hex | 66 | 30 | CE | 32 | 4D | 0 | 13 | 105 | 3E | 32 |
| Octal | 146 | 60 | 316 | 62 | 115 | 0 | 23 | 405 | 76 | 62 |
| Binary | 1100110 | 110000 | 11001110 | 110010 | 1001101 | 0 | 10011 | 100000101 | 111110 | 110010 |
Color Harmonies of #6630CE
Complementary color
Monochromatic Colors of #6630CE
Black with #6630CE
Text Example
Text Example
White with #6630CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6630CE; }
p { color: rgb(102,48,206); }
H1.HeaderClassName
{
color: #6630CE;
}
.AnyTagClassName
{
color: #6630CE;
}
</style>
background-color css
<style>
a { background-color: #6630CE; }
a { background-color: rgb(102,48,206); }
div.DivClassName
{
background-color: #6630CE;
}
.BgClassName
{
background-color: #6630CE;
}
</style>
border-color css
<style>
span { border-color: #6630CE; }
span { border-color: rgb(102,48,206); }
td.TdClassName
{
border-color: #6630CE;
}
.TagClassName
{
border-color: #6630CE;
}
</style>