Shades of Purple Heart #6602B0
Tints of Purple Heart #6602B0
RGB
CMYK
RGB Variations
Color information
#6602B0 (or 0x6602B0) is known color: Purple Heart. HEX triplet: 66, 02 and B0. RGB value is (102,2,176). Sum of RGB (Red+Green+Blue) = 102+2+176=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 176 (69.14% from 255 or 62.86% from 280); Max value from RGB is 176 - color contains mainly: blue. Hex color #6602B0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6602B0 is #99FD4F. Grayscale: #333333. Windows color (decimal): -10091856 or 11534950. OLE color: 11534950.
HSL color Cylindrical-coordinate representation of color #6602B0: hue angle of 274.48º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6602B0 is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 2 | 176 | - |
| CMYK | 0.42 | 0.99 | 0 | 0.31 |
| HSL | 274.48º | 0.98% | 0.35% | - |
| HSV(B) | 274.48º | 0.99% | 0.69% | - |
| XYZ | 13.34 | 6 | 41.53 | - |
| YUV | 51.74 | 198.13 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 2 | 176 | 0.42 | 0.99 | 0 | 0.31 | 274.48 | 0.98 | 0.35 |
| Hex | 66 | 2 | B0 | 2A | 63 | 0 | 1F | 112 | 62 | 23 |
| Octal | 146 | 2 | 260 | 52 | 143 | 0 | 37 | 422 | 142 | 43 |
| Binary | 1100110 | 10 | 10110000 | 101010 | 1100011 | 0 | 11111 | 100010010 | 1100010 | 100011 |
Color Harmonies of #6602B0
Complementary color
Monochromatic Colors of #6602B0
Black with #6602B0
Text Example
Text Example
White with #6602B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6602B0; }
p { color: rgb(102,2,176); }
H1.HeaderClassName
{
color: #6602B0;
}
.AnyTagClassName
{
color: #6602B0;
}
</style>
background-color css
<style>
a { background-color: #6602B0; }
a { background-color: rgb(102,2,176); }
div.DivClassName
{
background-color: #6602B0;
}
.BgClassName
{
background-color: #6602B0;
}
</style>
border-color css
<style>
span { border-color: #6602B0; }
span { border-color: rgb(102,2,176); }
td.TdClassName
{
border-color: #6602B0;
}
.TagClassName
{
border-color: #6602B0;
}
</style>