Shades of Purple Heart #6202B5
Tints of Purple Heart #6202B5
RGB
CMYK
RGB Variations
Color information
#6202B5 (or 0x6202B5) is known color: Purple Heart. HEX triplet: 62, 02 and B5. RGB value is (98,2,181). Sum of RGB (Red+Green+Blue) = 98+2+181=281 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.88% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 181 (71.09% from 255 or 64.41% from 281); Max value from RGB is 181 - color contains mainly: blue. Hex color #6202B5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6202B5 is #9DFD4A. Grayscale: #323232. Windows color (decimal): -10353995 or 11862626. OLE color: 11862626.
HSL color Cylindrical-coordinate representation of color #6202B5: hue angle of 272.18º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6202B5 is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 98 | 2 | 181 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.29 |
| HSL | 272.18º | 0.98% | 0.36% | - |
| HSV(B) | 272.18º | 0.99% | 0.71% | - |
| XYZ | 13.4 | 5.98 | 44.16 | - |
| YUV | 51.11 | 201.3 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 2 | 181 | 0.46 | 0.99 | 0 | 0.29 | 272.18 | 0.98 | 0.36 |
| Hex | 62 | 2 | B5 | 2E | 63 | 0 | 1D | 110 | 62 | 24 |
| Octal | 142 | 2 | 265 | 56 | 143 | 0 | 35 | 420 | 142 | 44 |
| Binary | 1100010 | 10 | 10110101 | 101110 | 1100011 | 0 | 11101 | 100010000 | 1100010 | 100100 |
Color Harmonies of #6202B5
Complementary color
Monochromatic Colors of #6202B5
Black with #6202B5
Text Example
Text Example
White with #6202B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6202B5; }
p { color: rgb(98,2,181); }
H1.HeaderClassName
{
color: #6202B5;
}
.AnyTagClassName
{
color: #6202B5;
}
</style>
background-color css
<style>
a { background-color: #6202B5; }
a { background-color: rgb(98,2,181); }
div.DivClassName
{
background-color: #6202B5;
}
.BgClassName
{
background-color: #6202B5;
}
</style>
border-color css
<style>
span { border-color: #6202B5; }
span { border-color: rgb(98,2,181); }
td.TdClassName
{
border-color: #6202B5;
}
.TagClassName
{
border-color: #6202B5;
}
</style>