Shades of Purple Heart #6026B2
Tints of Purple Heart #6026B2
RGB
CMYK
RGB Variations
Color information
#6026B2 (or 0x6026B2) is known color: Purple Heart. HEX triplet: 60, 26 and B2. RGB value is (96,38,178). Sum of RGB (Red+Green+Blue) = 96+38+178=312 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.77% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 178 (69.92% from 255 or 57.05% from 312); Max value from RGB is 178 - color contains mainly: blue. Hex color #6026B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6026B2 is #9FD94D. Grayscale: #464646. Windows color (decimal): -10475854 or 11675232. OLE color: 11675232.
HSL color Cylindrical-coordinate representation of color #6026B2: hue angle of 264.86º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6026B2 is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 96 | 38 | 178 | - |
| CMYK | 0.46 | 0.79 | 0 | 0.30 |
| HSL | 264.86º | 0.65% | 0.42% | - |
| HSV(B) | 264.86º | 0.79% | 0.7% | - |
| XYZ | 13.55 | 7.09 | 42.77 | - |
| YUV | 71.3 | 188.22 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 38 | 178 | 0.46 | 0.79 | 0 | 0.30 | 264.86 | 0.65 | 0.42 |
| Hex | 60 | 26 | B2 | 2E | 4F | 0 | 1E | 109 | 41 | 2A |
| Octal | 140 | 46 | 262 | 56 | 117 | 0 | 36 | 411 | 101 | 52 |
| Binary | 1100000 | 100110 | 10110010 | 101110 | 1001111 | 0 | 11110 | 100001001 | 1000001 | 101010 |
Color Harmonies of #6026B2
Complementary color
Monochromatic Colors of #6026B2
Black with #6026B2
Text Example
Text Example
White with #6026B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6026B2; }
p { color: rgb(96,38,178); }
H1.HeaderClassName
{
color: #6026B2;
}
.AnyTagClassName
{
color: #6026B2;
}
</style>
background-color css
<style>
a { background-color: #6026B2; }
a { background-color: rgb(96,38,178); }
div.DivClassName
{
background-color: #6026B2;
}
.BgClassName
{
background-color: #6026B2;
}
</style>
border-color css
<style>
span { border-color: #6026B2; }
span { border-color: rgb(96,38,178); }
td.TdClassName
{
border-color: #6026B2;
}
.TagClassName
{
border-color: #6026B2;
}
</style>