Shades of Purple Heart #6236D2
Tints of Purple Heart #6236D2
RGB
CMYK
RGB Variations
Color information
#6236D2 (or 0x6236D2) is known color: Purple Heart. HEX triplet: 62, 36 and D2. RGB value is (98,54,210). Sum of RGB (Red+Green+Blue) = 98+54+210=362 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.07% from 362); Green value is 54 (21.48% from 255 or 14.92% from 362); Blue value is 210 (82.42% from 255 or 58.01% from 362); Max value from RGB is 210 - color contains mainly: blue. Hex color #6236D2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6236D2 is #9DC92D. Grayscale: #545454. Windows color (decimal): -10340654 or 13776482. OLE color: 13776482.
HSL color Cylindrical-coordinate representation of color #6236D2: hue angle of 256.92º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6236D2 is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 98 | 54 | 210 | - |
| CMYK | 0.53 | 0.74 | 0 | 0.18 |
| HSL | 256.92º | 0.63% | 0.52% | - |
| HSV(B) | 256.92º | 0.74% | 0.82% | - |
| XYZ | 17.99 | 9.89 | 61.93 | - |
| YUV | 84.94 | 198.58 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 54 | 210 | 0.53 | 0.74 | 0 | 0.18 | 256.92 | 0.63 | 0.52 |
| Hex | 62 | 36 | D2 | 35 | 4A | 0 | 12 | 101 | 3F | 34 |
| Octal | 142 | 66 | 322 | 65 | 112 | 0 | 22 | 401 | 77 | 64 |
| Binary | 1100010 | 110110 | 11010010 | 110101 | 1001010 | 0 | 10010 | 100000001 | 111111 | 110100 |
Color Harmonies of #6236D2
Complementary color
Monochromatic Colors of #6236D2
Black with #6236D2
Text Example
Text Example
White with #6236D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6236D2; }
p { color: rgb(98,54,210); }
H1.HeaderClassName
{
color: #6236D2;
}
.AnyTagClassName
{
color: #6236D2;
}
</style>
background-color css
<style>
a { background-color: #6236D2; }
a { background-color: rgb(98,54,210); }
div.DivClassName
{
background-color: #6236D2;
}
.BgClassName
{
background-color: #6236D2;
}
</style>
border-color css
<style>
span { border-color: #6236D2; }
span { border-color: rgb(98,54,210); }
td.TdClassName
{
border-color: #6236D2;
}
.TagClassName
{
border-color: #6236D2;
}
</style>