Shades of Purple Heart #6241CB
Tints of Purple Heart #6241CB
RGB
CMYK
RGB Variations
Color information
#6241CB (or 0x6241CB) is known color: Purple Heart. HEX triplet: 62, 41 and CB. RGB value is (98,65,203). Sum of RGB (Red+Green+Blue) = 98+65+203=366 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.78% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 203 (79.69% from 255 or 55.46% from 366); Max value from RGB is 203 - color contains mainly: blue. Hex color #6241CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6241CB is #9DBE34. Grayscale: #5A5A5A. Windows color (decimal): -10337845 or 13320546. OLE color: 13320546.
HSL color Cylindrical-coordinate representation of color #6241CB: hue angle of 254.35º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6241CB is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 65 | 203 | - |
| CMYK | 0.52 | 0.68 | 0 | 0.20 |
| HSL | 254.35º | 0.57% | 0.53% | - |
| HSV(B) | 254.35º | 0.68% | 0.8% | - |
| XYZ | 17.71 | 10.69 | 57.63 | - |
| YUV | 90.6 | 191.43 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 65 | 203 | 0.52 | 0.68 | 0 | 0.20 | 254.35 | 0.57 | 0.53 |
| Hex | 62 | 41 | CB | 34 | 44 | 0 | 14 | FE | 39 | 35 |
| Octal | 142 | 101 | 313 | 64 | 104 | 0 | 24 | 376 | 71 | 65 |
| Binary | 1100010 | 1000001 | 11001011 | 110100 | 1000100 | 0 | 10100 | 11111110 | 111001 | 110101 |
Color Harmonies of #6241CB
Complementary color
Monochromatic Colors of #6241CB
Black with #6241CB
Text Example
Text Example
White with #6241CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6241CB; }
p { color: rgb(98,65,203); }
H1.HeaderClassName
{
color: #6241CB;
}
.AnyTagClassName
{
color: #6241CB;
}
</style>
background-color css
<style>
a { background-color: #6241CB; }
a { background-color: rgb(98,65,203); }
div.DivClassName
{
background-color: #6241CB;
}
.BgClassName
{
background-color: #6241CB;
}
</style>
border-color css
<style>
span { border-color: #6241CB; }
span { border-color: rgb(98,65,203); }
td.TdClassName
{
border-color: #6241CB;
}
.TagClassName
{
border-color: #6241CB;
}
</style>