Shades of Purple Heart #6205CC
Tints of Purple Heart #6205CC
RGB
CMYK
RGB Variations
Color information
#6205CC (or 0x6205CC) is known color: Purple Heart. HEX triplet: 62, 05 and CC. RGB value is (98,5,204). Sum of RGB (Red+Green+Blue) = 98+5+204=307 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.92% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 204 (80.08% from 255 or 66.45% from 307); Max value from RGB is 204 - color contains mainly: blue. Hex color #6205CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6205CC is #9DFA33. Grayscale: #363636. Windows color (decimal): -10353204 or 13370722. OLE color: 13370722.
HSL color Cylindrical-coordinate representation of color #6205CC: hue angle of 268.04º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6205CC is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 5 | 204 | - |
| CMYK | 0.52 | 0.98 | 0 | 0.2 |
| HSL | 268.04º | 0.95% | 0.41% | - |
| HSV(B) | 268.04º | 0.98% | 0.8% | - |
| XYZ | 15.99 | 7.06 | 57.65 | - |
| YUV | 55.49 | 211.81 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 5 | 204 | 0.52 | 0.98 | 0 | 0.2 | 268.04 | 0.95 | 0.41 |
| Hex | 62 | 5 | CC | 34 | 62 | 0 | 14 | 10C | 5F | 29 |
| Octal | 142 | 5 | 314 | 64 | 142 | 0 | 24 | 414 | 137 | 51 |
| Binary | 1100010 | 101 | 11001100 | 110100 | 1100010 | 0 | 10100 | 100001100 | 1011111 | 101001 |
Color Harmonies of #6205CC
Complementary color
Monochromatic Colors of #6205CC
Black with #6205CC
Text Example
Text Example
White with #6205CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6205CC; }
p { color: rgb(98,5,204); }
H1.HeaderClassName
{
color: #6205CC;
}
.AnyTagClassName
{
color: #6205CC;
}
</style>
background-color css
<style>
a { background-color: #6205CC; }
a { background-color: rgb(98,5,204); }
div.DivClassName
{
background-color: #6205CC;
}
.BgClassName
{
background-color: #6205CC;
}
</style>
border-color css
<style>
span { border-color: #6205CC; }
span { border-color: rgb(98,5,204); }
td.TdClassName
{
border-color: #6205CC;
}
.TagClassName
{
border-color: #6205CC;
}
</style>