Shades of Purple Heart #6240CB
Tints of Purple Heart #6240CB
RGB
CMYK
RGB Variations
Color information
#6240CB (or 0x6240CB) is known color: Purple Heart. HEX triplet: 62, 40 and CB. RGB value is (98,64,203). Sum of RGB (Red+Green+Blue) = 98+64+203=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #6240CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6240CB is #9DBF34. Grayscale: #595959. Windows color (decimal): -10338101 or 13320290. OLE color: 13320290.
HSL color Cylindrical-coordinate representation of color #6240CB: hue angle of 254.68º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6240CB is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 64 | 203 | - |
| CMYK | 0.52 | 0.68 | 0 | 0.20 |
| HSL | 254.68º | 0.57% | 0.52% | - |
| HSV(B) | 254.68º | 0.68% | 0.8% | - |
| XYZ | 17.65 | 10.58 | 57.61 | - |
| YUV | 90.01 | 191.76 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 64 | 203 | 0.52 | 0.68 | 0 | 0.20 | 254.68 | 0.57 | 0.52 |
| Hex | 62 | 40 | CB | 34 | 44 | 0 | 14 | FF | 39 | 34 |
| Octal | 142 | 100 | 313 | 64 | 104 | 0 | 24 | 377 | 71 | 64 |
| Binary | 1100010 | 1000000 | 11001011 | 110100 | 1000100 | 0 | 10100 | 11111111 | 111001 | 110100 |
Color Harmonies of #6240CB
Complementary color
Monochromatic Colors of #6240CB
Black with #6240CB
Text Example
Text Example
White with #6240CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6240CB; }
p { color: rgb(98,64,203); }
H1.HeaderClassName
{
color: #6240CB;
}
.AnyTagClassName
{
color: #6240CB;
}
</style>
background-color css
<style>
a { background-color: #6240CB; }
a { background-color: rgb(98,64,203); }
div.DivClassName
{
background-color: #6240CB;
}
.BgClassName
{
background-color: #6240CB;
}
</style>
border-color css
<style>
span { border-color: #6240CB; }
span { border-color: rgb(98,64,203); }
td.TdClassName
{
border-color: #6240CB;
}
.TagClassName
{
border-color: #6240CB;
}
</style>