Shades of Purple Heart #6205CF
Tints of Purple Heart #6205CF
RGB
CMYK
RGB Variations
Color information
#6205CF (or 0x6205CF) is known color: Purple Heart. HEX triplet: 62, 05 and CF. RGB value is (98,5,207). Sum of RGB (Red+Green+Blue) = 98+5+207=310 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.61% from 310); Green value is 5 (2.34% from 255 or 1.61% from 310); Blue value is 207 (81.25% from 255 or 66.77% from 310); Max value from RGB is 207 - color contains mainly: blue. Hex color #6205CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6205CF is #9DFA30. Grayscale: #373737. Windows color (decimal): -10353201 or 13567330. OLE color: 13567330.
HSL color Cylindrical-coordinate representation of color #6205CF: hue angle of 267.62º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6205CF is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 5 | 207 | - |
| CMYK | 0.53 | 0.98 | 0 | 0.19 |
| HSL | 267.62º | 0.95% | 0.42% | - |
| HSV(B) | 267.62º | 0.98% | 0.81% | - |
| XYZ | 16.35 | 7.21 | 59.56 | - |
| YUV | 55.84 | 213.31 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 5 | 207 | 0.53 | 0.98 | 0 | 0.19 | 267.62 | 0.95 | 0.42 |
| Hex | 62 | 5 | CF | 35 | 62 | 0 | 13 | 10C | 5F | 2A |
| Octal | 142 | 5 | 317 | 65 | 142 | 0 | 23 | 414 | 137 | 52 |
| Binary | 1100010 | 101 | 11001111 | 110101 | 1100010 | 0 | 10011 | 100001100 | 1011111 | 101010 |
Color Harmonies of #6205CF
Complementary color
Monochromatic Colors of #6205CF
Black with #6205CF
Text Example
Text Example
White with #6205CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6205CF; }
p { color: rgb(98,5,207); }
H1.HeaderClassName
{
color: #6205CF;
}
.AnyTagClassName
{
color: #6205CF;
}
</style>
background-color css
<style>
a { background-color: #6205CF; }
a { background-color: rgb(98,5,207); }
div.DivClassName
{
background-color: #6205CF;
}
.BgClassName
{
background-color: #6205CF;
}
</style>
border-color css
<style>
span { border-color: #6205CF; }
span { border-color: rgb(98,5,207); }
td.TdClassName
{
border-color: #6205CF;
}
.TagClassName
{
border-color: #6205CF;
}
</style>