Shades of Purple Heart #6234C6
Tints of Purple Heart #6234C6
RGB
CMYK
RGB Variations
Color information
#6234C6 (or 0x6234C6) is known color: Purple Heart. HEX triplet: 62, 34 and C6. RGB value is (98,52,198). Sum of RGB (Red+Green+Blue) = 98+52+198=348 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.16% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 198 (77.73% from 255 or 56.90% from 348); Max value from RGB is 198 - color contains mainly: blue. Hex color #6234C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6234C6 is #9DCB39. Grayscale: #515151. Windows color (decimal): -10341178 or 12989538. OLE color: 12989538.
HSL color Cylindrical-coordinate representation of color #6234C6: hue angle of 258.9º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6234C6 is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 98 | 52 | 198 | - |
| CMYK | 0.51 | 0.74 | 0 | 0.22 |
| HSL | 258.9º | 0.58% | 0.49% | - |
| HSV(B) | 258.9º | 0.74% | 0.78% | - |
| XYZ | 16.46 | 9.13 | 54.32 | - |
| YUV | 82.4 | 193.24 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 52 | 198 | 0.51 | 0.74 | 0 | 0.22 | 258.9 | 0.58 | 0.49 |
| Hex | 62 | 34 | C6 | 33 | 4A | 0 | 16 | 103 | 3A | 31 |
| Octal | 142 | 64 | 306 | 63 | 112 | 0 | 26 | 403 | 72 | 61 |
| Binary | 1100010 | 110100 | 11000110 | 110011 | 1001010 | 0 | 10110 | 100000011 | 111010 | 110001 |
Color Harmonies of #6234C6
Complementary color
Monochromatic Colors of #6234C6
Black with #6234C6
Text Example
Text Example
White with #6234C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6234C6; }
p { color: rgb(98,52,198); }
H1.HeaderClassName
{
color: #6234C6;
}
.AnyTagClassName
{
color: #6234C6;
}
</style>
background-color css
<style>
a { background-color: #6234C6; }
a { background-color: rgb(98,52,198); }
div.DivClassName
{
background-color: #6234C6;
}
.BgClassName
{
background-color: #6234C6;
}
</style>
border-color css
<style>
span { border-color: #6234C6; }
span { border-color: rgb(98,52,198); }
td.TdClassName
{
border-color: #6234C6;
}
.TagClassName
{
border-color: #6234C6;
}
</style>