Shades of Purple Heart #6223AF
Tints of Purple Heart #6223AF
RGB
CMYK
RGB Variations
Color information
#6223AF (or 0x6223AF) is known color: Purple Heart. HEX triplet: 62, 23 and AF. RGB value is (98,35,175). Sum of RGB (Red+Green+Blue) = 98+35+175=308 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.82% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 175 (68.75% from 255 or 56.82% from 308); Max value from RGB is 175 - color contains mainly: blue. Hex color #6223AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6223AF is #9DDC50. Grayscale: #454545. Windows color (decimal): -10345553 or 11477858. OLE color: 11477858.
HSL color Cylindrical-coordinate representation of color #6223AF: hue angle of 267º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6223AF is Cyan = 0.44, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 98 | 35 | 175 | - |
| CMYK | 0.44 | 0.8 | 0 | 0.31 |
| HSL | 267º | 0.67% | 0.41% | - |
| HSV(B) | 267º | 0.8% | 0.69% | - |
| XYZ | 13.38 | 6.89 | 41.18 | - |
| YUV | 69.8 | 187.37 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 35 | 175 | 0.44 | 0.8 | 0 | 0.31 | 267 | 0.67 | 0.41 |
| Hex | 62 | 23 | AF | 2C | 50 | 0 | 1F | 10B | 43 | 29 |
| Octal | 142 | 43 | 257 | 54 | 120 | 0 | 37 | 413 | 103 | 51 |
| Binary | 1100010 | 100011 | 10101111 | 101100 | 1010000 | 0 | 11111 | 100001011 | 1000011 | 101001 |
Color Harmonies of #6223AF
Complementary color
Monochromatic Colors of #6223AF
Black with #6223AF
Text Example
Text Example
White with #6223AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6223AF; }
p { color: rgb(98,35,175); }
H1.HeaderClassName
{
color: #6223AF;
}
.AnyTagClassName
{
color: #6223AF;
}
</style>
background-color css
<style>
a { background-color: #6223AF; }
a { background-color: rgb(98,35,175); }
div.DivClassName
{
background-color: #6223AF;
}
.BgClassName
{
background-color: #6223AF;
}
</style>
border-color css
<style>
span { border-color: #6223AF; }
span { border-color: rgb(98,35,175); }
td.TdClassName
{
border-color: #6223AF;
}
.TagClassName
{
border-color: #6223AF;
}
</style>