Shades of Purple Heart #6230B2
Tints of Purple Heart #6230B2
RGB
CMYK
RGB Variations
Color information
#6230B2 (or 0x6230B2) is known color: Purple Heart. HEX triplet: 62, 30 and B2. RGB value is (98,48,178). Sum of RGB (Red+Green+Blue) = 98+48+178=324 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.25% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 178 (69.92% from 255 or 54.94% from 324); Max value from RGB is 178 - color contains mainly: blue. Hex color #6230B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6230B2 is #9DCF4D. Grayscale: #4D4D4D. Windows color (decimal): -10342222 or 11677794. OLE color: 11677794.
HSL color Cylindrical-coordinate representation of color #6230B2: hue angle of 263.08º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6230B2 is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 98 | 48 | 178 | - |
| CMYK | 0.45 | 0.73 | 0 | 0.30 |
| HSL | 263.08º | 0.58% | 0.44% | - |
| HSV(B) | 263.08º | 0.73% | 0.7% | - |
| XYZ | 14.13 | 7.92 | 42.9 | - |
| YUV | 77.77 | 184.57 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 48 | 178 | 0.45 | 0.73 | 0 | 0.30 | 263.08 | 0.58 | 0.44 |
| Hex | 62 | 30 | B2 | 2D | 49 | 0 | 1E | 107 | 3A | 2C |
| Octal | 142 | 60 | 262 | 55 | 111 | 0 | 36 | 407 | 72 | 54 |
| Binary | 1100010 | 110000 | 10110010 | 101101 | 1001001 | 0 | 11110 | 100000111 | 111010 | 101100 |
Color Harmonies of #6230B2
Complementary color
Monochromatic Colors of #6230B2
Black with #6230B2
Text Example
Text Example
White with #6230B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6230B2; }
p { color: rgb(98,48,178); }
H1.HeaderClassName
{
color: #6230B2;
}
.AnyTagClassName
{
color: #6230B2;
}
</style>
background-color css
<style>
a { background-color: #6230B2; }
a { background-color: rgb(98,48,178); }
div.DivClassName
{
background-color: #6230B2;
}
.BgClassName
{
background-color: #6230B2;
}
</style>
border-color css
<style>
span { border-color: #6230B2; }
span { border-color: rgb(98,48,178); }
td.TdClassName
{
border-color: #6230B2;
}
.TagClassName
{
border-color: #6230B2;
}
</style>