Shades of Purple Heart #6237D0
Tints of Purple Heart #6237D0
RGB
CMYK
RGB Variations
Color information
#6237D0 (or 0x6237D0) is known color: Purple Heart. HEX triplet: 62, 37 and D0. RGB value is (98,55,208). Sum of RGB (Red+Green+Blue) = 98+55+208=361 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.15% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 208 (81.64% from 255 or 57.62% from 361); Max value from RGB is 208 - color contains mainly: blue. Hex color #6237D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6237D0 is #9DC82F. Grayscale: #545454. Windows color (decimal): -10340400 or 13645666. OLE color: 13645666.
HSL color Cylindrical-coordinate representation of color #6237D0: hue angle of 256.86º degrees, saturation: 0.62, 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 #6237D0 is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 98 | 55 | 208 | - |
| CMYK | 0.53 | 0.74 | 0 | 0.18 |
| HSL | 256.86º | 0.62% | 0.52% | - |
| HSV(B) | 256.86º | 0.74% | 0.82% | - |
| XYZ | 17.79 | 9.88 | 60.64 | - |
| YUV | 85.3 | 197.25 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 55 | 208 | 0.53 | 0.74 | 0 | 0.18 | 256.86 | 0.62 | 0.52 |
| Hex | 62 | 37 | D0 | 35 | 4A | 0 | 12 | 101 | 3E | 34 |
| Octal | 142 | 67 | 320 | 65 | 112 | 0 | 22 | 401 | 76 | 64 |
| Binary | 1100010 | 110111 | 11010000 | 110101 | 1001010 | 0 | 10010 | 100000001 | 111110 | 110100 |
Color Harmonies of #6237D0
Complementary color
Monochromatic Colors of #6237D0
Black with #6237D0
Text Example
Text Example
White with #6237D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6237D0; }
p { color: rgb(98,55,208); }
H1.HeaderClassName
{
color: #6237D0;
}
.AnyTagClassName
{
color: #6237D0;
}
</style>
background-color css
<style>
a { background-color: #6237D0; }
a { background-color: rgb(98,55,208); }
div.DivClassName
{
background-color: #6237D0;
}
.BgClassName
{
background-color: #6237D0;
}
</style>
border-color css
<style>
span { border-color: #6237D0; }
span { border-color: rgb(98,55,208); }
td.TdClassName
{
border-color: #6237D0;
}
.TagClassName
{
border-color: #6237D0;
}
</style>