Shades of Purple Heart #6435B0
Tints of Purple Heart #6435B0
RGB
CMYK
RGB Variations
Color information
#6435B0 (or 0x6435B0) is known color: Purple Heart. HEX triplet: 64, 35 and B0. RGB value is (100,53,176). Sum of RGB (Red+Green+Blue) = 100+53+176=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 176 (69.14% from 255 or 53.50% from 329); Max value from RGB is 176 - color contains mainly: blue. Hex color #6435B0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6435B0 is #9BCA4F. Grayscale: #505050. Windows color (decimal): -10209872 or 11548004. OLE color: 11548004.
HSL color Cylindrical-coordinate representation of color #6435B0: hue angle of 262.93º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6435B0 is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 53 | 176 | - |
| CMYK | 0.43 | 0.70 | 0 | 0.31 |
| HSL | 262.93º | 0.54% | 0.45% | - |
| HSV(B) | 262.93º | 0.7% | 0.69% | - |
| XYZ | 14.37 | 8.39 | 41.94 | - |
| YUV | 81.08 | 181.57 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 53 | 176 | 0.43 | 0.70 | 0 | 0.31 | 262.93 | 0.54 | 0.45 |
| Hex | 64 | 35 | B0 | 2B | 46 | 0 | 1F | 107 | 36 | 2D |
| Octal | 144 | 65 | 260 | 53 | 106 | 0 | 37 | 407 | 66 | 55 |
| Binary | 1100100 | 110101 | 10110000 | 101011 | 1000110 | 0 | 11111 | 100000111 | 110110 | 101101 |
Color Harmonies of #6435B0
Complementary color
Monochromatic Colors of #6435B0
Black with #6435B0
Text Example
Text Example
White with #6435B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6435B0; }
p { color: rgb(100,53,176); }
H1.HeaderClassName
{
color: #6435B0;
}
.AnyTagClassName
{
color: #6435B0;
}
</style>
background-color css
<style>
a { background-color: #6435B0; }
a { background-color: rgb(100,53,176); }
div.DivClassName
{
background-color: #6435B0;
}
.BgClassName
{
background-color: #6435B0;
}
</style>
border-color css
<style>
span { border-color: #6435B0; }
span { border-color: rgb(100,53,176); }
td.TdClassName
{
border-color: #6435B0;
}
.TagClassName
{
border-color: #6435B0;
}
</style>