Shades of Purple Heart #6223B1
Tints of Purple Heart #6223B1
RGB
CMYK
RGB Variations
Color information
#6223B1 (or 0x6223B1) is known color: Purple Heart. HEX triplet: 62, 23 and B1. RGB value is (98,35,177). Sum of RGB (Red+Green+Blue) = 98+35+177=310 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.61% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 177 (69.53% from 255 or 57.10% from 310); Max value from RGB is 177 - color contains mainly: blue. Hex color #6223B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6223B1 is #9DDC4E. Grayscale: #454545. Windows color (decimal): -10345551 or 11608930. OLE color: 11608930.
HSL color Cylindrical-coordinate representation of color #6223B1: hue angle of 266.62º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6223B1 is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 98 | 35 | 177 | - |
| CMYK | 0.45 | 0.80 | 0 | 0.31 |
| HSL | 266.62º | 0.67% | 0.42% | - |
| HSV(B) | 266.62º | 0.8% | 0.69% | - |
| XYZ | 13.57 | 6.97 | 42.23 | - |
| YUV | 70.03 | 188.37 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 35 | 177 | 0.45 | 0.80 | 0 | 0.31 | 266.62 | 0.67 | 0.42 |
| Hex | 62 | 23 | B1 | 2D | 50 | 0 | 1F | 10B | 43 | 2A |
| Octal | 142 | 43 | 261 | 55 | 120 | 0 | 37 | 413 | 103 | 52 |
| Binary | 1100010 | 100011 | 10110001 | 101101 | 1010000 | 0 | 11111 | 100001011 | 1000011 | 101010 |
Color Harmonies of #6223B1
Complementary color
Monochromatic Colors of #6223B1
Black with #6223B1
Text Example
Text Example
White with #6223B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6223B1; }
p { color: rgb(98,35,177); }
H1.HeaderClassName
{
color: #6223B1;
}
.AnyTagClassName
{
color: #6223B1;
}
</style>
background-color css
<style>
a { background-color: #6223B1; }
a { background-color: rgb(98,35,177); }
div.DivClassName
{
background-color: #6223B1;
}
.BgClassName
{
background-color: #6223B1;
}
</style>
border-color css
<style>
span { border-color: #6223B1; }
span { border-color: rgb(98,35,177); }
td.TdClassName
{
border-color: #6223B1;
}
.TagClassName
{
border-color: #6223B1;
}
</style>