Shades of Purple Heart #6236D0
Tints of Purple Heart #6236D0
RGB
CMYK
RGB Variations
Color information
#6236D0 (or 0x6236D0) is known color: Purple Heart. HEX triplet: 62, 36 and D0. RGB value is (98,54,208). Sum of RGB (Red+Green+Blue) = 98+54+208=360 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.22% from 360); Green value is 54 (21.48% from 255 or 15% from 360); Blue value is 208 (81.64% from 255 or 57.78% from 360); Max value from RGB is 208 - color contains mainly: blue. Hex color #6236D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6236D0 is #9DC92F. Grayscale: #545454. Windows color (decimal): -10340656 or 13645410. OLE color: 13645410.
HSL color Cylindrical-coordinate representation of color #6236D0: hue angle of 257.14º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6236D0 is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 98 | 54 | 208 | - |
| CMYK | 0.53 | 0.74 | 0 | 0.18 |
| HSL | 257.14º | 0.62% | 0.51% | - |
| HSV(B) | 257.14º | 0.74% | 0.82% | - |
| XYZ | 17.74 | 9.79 | 60.63 | - |
| YUV | 84.71 | 197.58 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 54 | 208 | 0.53 | 0.74 | 0 | 0.18 | 257.14 | 0.62 | 0.51 |
| Hex | 62 | 36 | D0 | 35 | 4A | 0 | 12 | 101 | 3E | 33 |
| Octal | 142 | 66 | 320 | 65 | 112 | 0 | 22 | 401 | 76 | 63 |
| Binary | 1100010 | 110110 | 11010000 | 110101 | 1001010 | 0 | 10010 | 100000001 | 111110 | 110011 |
Color Harmonies of #6236D0
Complementary color
Monochromatic Colors of #6236D0
Black with #6236D0
Text Example
Text Example
White with #6236D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6236D0; }
p { color: rgb(98,54,208); }
H1.HeaderClassName
{
color: #6236D0;
}
.AnyTagClassName
{
color: #6236D0;
}
</style>
background-color css
<style>
a { background-color: #6236D0; }
a { background-color: rgb(98,54,208); }
div.DivClassName
{
background-color: #6236D0;
}
.BgClassName
{
background-color: #6236D0;
}
</style>
border-color css
<style>
span { border-color: #6236D0; }
span { border-color: rgb(98,54,208); }
td.TdClassName
{
border-color: #6236D0;
}
.TagClassName
{
border-color: #6236D0;
}
</style>