Shades of Purple Heart #6223B2
Tints of Purple Heart #6223B2
RGB
CMYK
RGB Variations
Color information
#6223B2 (or 0x6223B2) is known color: Purple Heart. HEX triplet: 62, 23 and B2. RGB value is (98,35,178). Sum of RGB (Red+Green+Blue) = 98+35+178=311 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.51% from 311); Green value is 35 (14.06% from 255 or 11.25% from 311); Blue value is 178 (69.92% from 255 or 57.23% from 311); Max value from RGB is 178 - color contains mainly: blue. Hex color #6223B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6223B2 is #9DDC4D. Grayscale: #454545. Windows color (decimal): -10345550 or 11674466. OLE color: 11674466.
HSL color Cylindrical-coordinate representation of color #6223B2: hue angle of 266.43º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6223B2 is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 98 | 35 | 178 | - |
| CMYK | 0.45 | 0.80 | 0 | 0.30 |
| HSL | 266.43º | 0.67% | 0.42% | - |
| HSV(B) | 266.43º | 0.8% | 0.7% | - |
| XYZ | 13.67 | 7.01 | 42.75 | - |
| YUV | 70.14 | 188.87 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 35 | 178 | 0.45 | 0.80 | 0 | 0.30 | 266.43 | 0.67 | 0.42 |
| Hex | 62 | 23 | B2 | 2D | 50 | 0 | 1E | 10A | 43 | 2A |
| Octal | 142 | 43 | 262 | 55 | 120 | 0 | 36 | 412 | 103 | 52 |
| Binary | 1100010 | 100011 | 10110010 | 101101 | 1010000 | 0 | 11110 | 100001010 | 1000011 | 101010 |
Color Harmonies of #6223B2
Complementary color
Monochromatic Colors of #6223B2
Black with #6223B2
Text Example
Text Example
White with #6223B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6223B2; }
p { color: rgb(98,35,178); }
H1.HeaderClassName
{
color: #6223B2;
}
.AnyTagClassName
{
color: #6223B2;
}
</style>
background-color css
<style>
a { background-color: #6223B2; }
a { background-color: rgb(98,35,178); }
div.DivClassName
{
background-color: #6223B2;
}
.BgClassName
{
background-color: #6223B2;
}
</style>
border-color css
<style>
span { border-color: #6223B2; }
span { border-color: rgb(98,35,178); }
td.TdClassName
{
border-color: #6223B2;
}
.TagClassName
{
border-color: #6223B2;
}
</style>