Shades of Purple Heart #6B02B2
Tints of Purple Heart #6B02B2
RGB
CMYK
RGB Variations
Color information
#6B02B2 (or 0x6B02B2) is known color: Purple Heart. HEX triplet: 6B, 02 and B2. RGB value is (107,2,178). Sum of RGB (Red+Green+Blue) = 107+2+178=287 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.28% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 178 (69.92% from 255 or 62.02% from 287); Max value from RGB is 178 - color contains mainly: blue. Hex color #6B02B2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B02B2 is #94FD4D. Grayscale: #343434. Windows color (decimal): -9764174 or 11666027. OLE color: 11666027.
HSL color Cylindrical-coordinate representation of color #6B02B2: hue angle of 275.8º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B02B2 is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 107 | 2 | 178 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.30 |
| HSL | 275.8º | 0.98% | 0.35% | - |
| HSV(B) | 275.8º | 0.99% | 0.7% | - |
| XYZ | 14.12 | 6.38 | 42.61 | - |
| YUV | 53.46 | 198.29 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 2 | 178 | 0.40 | 0.99 | 0 | 0.30 | 275.8 | 0.98 | 0.35 |
| Hex | 6B | 2 | B2 | 28 | 63 | 0 | 1E | 114 | 62 | 23 |
| Octal | 153 | 2 | 262 | 50 | 143 | 0 | 36 | 424 | 142 | 43 |
| Binary | 1101011 | 10 | 10110010 | 101000 | 1100011 | 0 | 11110 | 100010100 | 1100010 | 100011 |
Color Harmonies of #6B02B2
Complementary color
Monochromatic Colors of #6B02B2
Black with #6B02B2
Text Example
Text Example
White with #6B02B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B02B2; }
p { color: rgb(107,2,178); }
H1.HeaderClassName
{
color: #6B02B2;
}
.AnyTagClassName
{
color: #6B02B2;
}
</style>
background-color css
<style>
a { background-color: #6B02B2; }
a { background-color: rgb(107,2,178); }
div.DivClassName
{
background-color: #6B02B2;
}
.BgClassName
{
background-color: #6B02B2;
}
</style>
border-color css
<style>
span { border-color: #6B02B2; }
span { border-color: rgb(107,2,178); }
td.TdClassName
{
border-color: #6B02B2;
}
.TagClassName
{
border-color: #6B02B2;
}
</style>