Shades of Purple Heart #6000B3
Tints of Purple Heart #6000B3
RGB
CMYK
RGB Variations
Color information
#6000B3 (or 0x6000B3) is known color: Purple Heart. HEX triplet: 60, 00 and B3. RGB value is (96,0,179). Sum of RGB (Red+Green+Blue) = 96+0+179=275 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.91% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 179 (70.31% from 255 or 65.09% from 275); Max value from RGB is 179 - color contains mainly: blue. Hex color #6000B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6000B3 is #9FFF4C. Grayscale: #303030. Windows color (decimal): -10485581 or 11731040. OLE color: 11731040.
HSL color Cylindrical-coordinate representation of color #6000B3: hue angle of 272.18º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6000B3 is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 96 | 0 | 179 | - |
| CMYK | 0.46 | 1 | 0 | 0.30 |
| HSL | 272.18º | 1% | 0.35% | - |
| HSV(B) | 272.18º | 1% | 0.7% | - |
| XYZ | 12.96 | 5.74 | 43.07 | - |
| YUV | 49.11 | 201.3 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 179 | 0.46 | 1 | 0 | 0.30 | 272.18 | 1 | 0.35 |
| Hex | 60 | 0 | B3 | 2E | 64 | 0 | 1E | 110 | 64 | 23 |
| Octal | 140 | 0 | 263 | 56 | 144 | 0 | 36 | 420 | 144 | 43 |
| Binary | 1100000 | 0 | 10110011 | 101110 | 1100100 | 0 | 11110 | 100010000 | 1100100 | 100011 |
Color Harmonies of #6000B3
Complementary color
Monochromatic Colors of #6000B3
Black with #6000B3
Text Example
Text Example
White with #6000B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6000B3; }
p { color: rgb(96,0,179); }
H1.HeaderClassName
{
color: #6000B3;
}
.AnyTagClassName
{
color: #6000B3;
}
</style>
background-color css
<style>
a { background-color: #6000B3; }
a { background-color: rgb(96,0,179); }
div.DivClassName
{
background-color: #6000B3;
}
.BgClassName
{
background-color: #6000B3;
}
</style>
border-color css
<style>
span { border-color: #6000B3; }
span { border-color: rgb(96,0,179); }
td.TdClassName
{
border-color: #6000B3;
}
.TagClassName
{
border-color: #6000B3;
}
</style>