Shades of Purple Heart #6235CF
Tints of Purple Heart #6235CF
RGB
CMYK
RGB Variations
Color information
#6235CF (or 0x6235CF) is known color: Purple Heart. HEX triplet: 62, 35 and CF. RGB value is (98,53,207). Sum of RGB (Red+Green+Blue) = 98+53+207=358 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.37% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 207 (81.25% from 255 or 57.82% from 358); Max value from RGB is 207 - color contains mainly: blue. Hex color #6235CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6235CF is #9DCA30. Grayscale: #535353. Windows color (decimal): -10340913 or 13579618. OLE color: 13579618.
HSL color Cylindrical-coordinate representation of color #6235CF: hue angle of 257.53º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6235CF is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 53 | 207 | - |
| CMYK | 0.53 | 0.74 | 0 | 0.19 |
| HSL | 257.53º | 0.62% | 0.51% | - |
| HSV(B) | 257.53º | 0.74% | 0.81% | - |
| XYZ | 17.57 | 9.65 | 59.97 | - |
| YUV | 84.01 | 197.41 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 53 | 207 | 0.53 | 0.74 | 0 | 0.19 | 257.53 | 0.62 | 0.51 |
| Hex | 62 | 35 | CF | 35 | 4A | 0 | 13 | 102 | 3E | 33 |
| Octal | 142 | 65 | 317 | 65 | 112 | 0 | 23 | 402 | 76 | 63 |
| Binary | 1100010 | 110101 | 11001111 | 110101 | 1001010 | 0 | 10011 | 100000010 | 111110 | 110011 |
Color Harmonies of #6235CF
Complementary color
Monochromatic Colors of #6235CF
Black with #6235CF
Text Example
Text Example
White with #6235CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6235CF; }
p { color: rgb(98,53,207); }
H1.HeaderClassName
{
color: #6235CF;
}
.AnyTagClassName
{
color: #6235CF;
}
</style>
background-color css
<style>
a { background-color: #6235CF; }
a { background-color: rgb(98,53,207); }
div.DivClassName
{
background-color: #6235CF;
}
.BgClassName
{
background-color: #6235CF;
}
</style>
border-color css
<style>
span { border-color: #6235CF; }
span { border-color: rgb(98,53,207); }
td.TdClassName
{
border-color: #6235CF;
}
.TagClassName
{
border-color: #6235CF;
}
</style>