Shades of Purple Heart #6230CB
Tints of Purple Heart #6230CB
RGB
CMYK
RGB Variations
Color information
#6230CB (or 0x6230CB) is known color: Purple Heart. HEX triplet: 62, 30 and CB. RGB value is (98,48,203). Sum of RGB (Red+Green+Blue) = 98+48+203=349 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.08% from 349); Green value is 48 (19.14% from 255 or 13.75% from 349); Blue value is 203 (79.69% from 255 or 58.17% from 349); Max value from RGB is 203 - color contains mainly: blue. Hex color #6230CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6230CB is #9DCF34. Grayscale: #505050. Windows color (decimal): -10342197 or 13316194. OLE color: 13316194.
HSL color Cylindrical-coordinate representation of color #6230CB: hue angle of 259.35º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6230CB is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 48 | 203 | - |
| CMYK | 0.52 | 0.76 | 0 | 0.20 |
| HSL | 259.35º | 0.62% | 0.49% | - |
| HSV(B) | 259.35º | 0.76% | 0.8% | - |
| XYZ | 16.87 | 9.02 | 57.35 | - |
| YUV | 80.62 | 197.07 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 48 | 203 | 0.52 | 0.76 | 0 | 0.20 | 259.35 | 0.62 | 0.49 |
| Hex | 62 | 30 | CB | 34 | 4C | 0 | 14 | 103 | 3E | 31 |
| Octal | 142 | 60 | 313 | 64 | 114 | 0 | 24 | 403 | 76 | 61 |
| Binary | 1100010 | 110000 | 11001011 | 110100 | 1001100 | 0 | 10100 | 100000011 | 111110 | 110001 |
Color Harmonies of #6230CB
Complementary color
Monochromatic Colors of #6230CB
Black with #6230CB
Text Example
Text Example
White with #6230CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6230CB; }
p { color: rgb(98,48,203); }
H1.HeaderClassName
{
color: #6230CB;
}
.AnyTagClassName
{
color: #6230CB;
}
</style>
background-color css
<style>
a { background-color: #6230CB; }
a { background-color: rgb(98,48,203); }
div.DivClassName
{
background-color: #6230CB;
}
.BgClassName
{
background-color: #6230CB;
}
</style>
border-color css
<style>
span { border-color: #6230CB; }
span { border-color: rgb(98,48,203); }
td.TdClassName
{
border-color: #6230CB;
}
.TagClassName
{
border-color: #6230CB;
}
</style>