Shades of Purple Heart #6232AF
Tints of Purple Heart #6232AF
RGB
CMYK
RGB Variations
Color information
#6232AF (or 0x6232AF) is known color: Purple Heart. HEX triplet: 62, 32 and AF. RGB value is (98,50,175). Sum of RGB (Red+Green+Blue) = 98+50+175=323 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.34% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 175 (68.75% from 255 or 54.18% from 323); Max value from RGB is 175 - color contains mainly: blue. Hex color #6232AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6232AF is #9DCD50. Grayscale: #4E4E4E. Windows color (decimal): -10341713 or 11481698. OLE color: 11481698.
HSL color Cylindrical-coordinate representation of color #6232AF: hue angle of 263.04º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6232AF is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 98 | 50 | 175 | - |
| CMYK | 0.44 | 0.71 | 0 | 0.31 |
| HSL | 263.04º | 0.56% | 0.44% | - |
| HSV(B) | 263.04º | 0.71% | 0.69% | - |
| XYZ | 13.92 | 7.97 | 41.36 | - |
| YUV | 78.6 | 182.4 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 50 | 175 | 0.44 | 0.71 | 0 | 0.31 | 263.04 | 0.56 | 0.44 |
| Hex | 62 | 32 | AF | 2C | 47 | 0 | 1F | 107 | 38 | 2C |
| Octal | 142 | 62 | 257 | 54 | 107 | 0 | 37 | 407 | 70 | 54 |
| Binary | 1100010 | 110010 | 10101111 | 101100 | 1000111 | 0 | 11111 | 100000111 | 111000 | 101100 |
Color Harmonies of #6232AF
Complementary color
Monochromatic Colors of #6232AF
Black with #6232AF
Text Example
Text Example
White with #6232AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6232AF; }
p { color: rgb(98,50,175); }
H1.HeaderClassName
{
color: #6232AF;
}
.AnyTagClassName
{
color: #6232AF;
}
</style>
background-color css
<style>
a { background-color: #6232AF; }
a { background-color: rgb(98,50,175); }
div.DivClassName
{
background-color: #6232AF;
}
.BgClassName
{
background-color: #6232AF;
}
</style>
border-color css
<style>
span { border-color: #6232AF; }
span { border-color: rgb(98,50,175); }
td.TdClassName
{
border-color: #6232AF;
}
.TagClassName
{
border-color: #6232AF;
}
</style>