Shades of Purple Heart #6B33B0
Tints of Purple Heart #6B33B0
RGB
CMYK
RGB Variations
Color information
#6B33B0 (or 0x6B33B0) is known color: Purple Heart. HEX triplet: 6B, 33 and B0. RGB value is (107,51,176). Sum of RGB (Red+Green+Blue) = 107+51+176=334 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.04% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 176 (69.14% from 255 or 52.69% from 334); Max value from RGB is 176 - color contains mainly: blue. Hex color #6B33B0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B33B0 is #94CC4F. Grayscale: #515151. Windows color (decimal): -9751632 or 11547499. OLE color: 11547499.
HSL color Cylindrical-coordinate representation of color #6B33B0: hue angle of 266.88º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6B33B0 is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 51 | 176 | - |
| CMYK | 0.39 | 0.71 | 0 | 0.31 |
| HSL | 266.88º | 0.55% | 0.45% | - |
| HSV(B) | 266.88º | 0.71% | 0.69% | - |
| XYZ | 15.08 | 8.63 | 41.94 | - |
| YUV | 81.99 | 181.05 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 51 | 176 | 0.39 | 0.71 | 0 | 0.31 | 266.88 | 0.55 | 0.45 |
| Hex | 6B | 33 | B0 | 27 | 47 | 0 | 1F | 10B | 37 | 2D |
| Octal | 153 | 63 | 260 | 47 | 107 | 0 | 37 | 413 | 67 | 55 |
| Binary | 1101011 | 110011 | 10110000 | 100111 | 1000111 | 0 | 11111 | 100001011 | 110111 | 101101 |
Color Harmonies of #6B33B0
Complementary color
Monochromatic Colors of #6B33B0
Black with #6B33B0
Text Example
Text Example
White with #6B33B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B33B0; }
p { color: rgb(107,51,176); }
H1.HeaderClassName
{
color: #6B33B0;
}
.AnyTagClassName
{
color: #6B33B0;
}
</style>
background-color css
<style>
a { background-color: #6B33B0; }
a { background-color: rgb(107,51,176); }
div.DivClassName
{
background-color: #6B33B0;
}
.BgClassName
{
background-color: #6B33B0;
}
</style>
border-color css
<style>
span { border-color: #6B33B0; }
span { border-color: rgb(107,51,176); }
td.TdClassName
{
border-color: #6B33B0;
}
.TagClassName
{
border-color: #6B33B0;
}
</style>