Shades of Purple Heart #6002B3
Tints of Purple Heart #6002B3
RGB
CMYK
RGB Variations
Color information
#6002B3 (or 0x6002B3) is known color: Purple Heart. HEX triplet: 60, 02 and B3. RGB value is (96,2,179). Sum of RGB (Red+Green+Blue) = 96+2+179=277 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.66% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 179 (70.31% from 255 or 64.62% from 277); Max value from RGB is 179 - color contains mainly: blue. Hex color #6002B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6002B3 is #9FFD4C. Grayscale: #313131. Windows color (decimal): -10485069 or 11731552. OLE color: 11731552.
HSL color Cylindrical-coordinate representation of color #6002B3: hue angle of 271.86º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6002B3 is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 96 | 2 | 179 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.30 |
| HSL | 271.86º | 0.98% | 0.35% | - |
| HSV(B) | 271.86º | 0.99% | 0.7% | - |
| XYZ | 12.98 | 5.78 | 43.08 | - |
| YUV | 50.28 | 200.64 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 2 | 179 | 0.46 | 0.99 | 0 | 0.30 | 271.86 | 0.98 | 0.35 |
| Hex | 60 | 2 | B3 | 2E | 63 | 0 | 1E | 110 | 62 | 23 |
| Octal | 140 | 2 | 263 | 56 | 143 | 0 | 36 | 420 | 142 | 43 |
| Binary | 1100000 | 10 | 10110011 | 101110 | 1100011 | 0 | 11110 | 100010000 | 1100010 | 100011 |
Color Harmonies of #6002B3
Complementary color
Monochromatic Colors of #6002B3
Black with #6002B3
Text Example
Text Example
White with #6002B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6002B3; }
p { color: rgb(96,2,179); }
H1.HeaderClassName
{
color: #6002B3;
}
.AnyTagClassName
{
color: #6002B3;
}
</style>
background-color css
<style>
a { background-color: #6002B3; }
a { background-color: rgb(96,2,179); }
div.DivClassName
{
background-color: #6002B3;
}
.BgClassName
{
background-color: #6002B3;
}
</style>
border-color css
<style>
span { border-color: #6002B3; }
span { border-color: rgb(96,2,179); }
td.TdClassName
{
border-color: #6002B3;
}
.TagClassName
{
border-color: #6002B3;
}
</style>