Shades of Purple Heart #6B33CF
Tints of Purple Heart #6B33CF
RGB
CMYK
RGB Variations
Color information
#6B33CF (or 0x6B33CF) is known color: Purple Heart. HEX triplet: 6B, 33 and CF. RGB value is (107,51,207). Sum of RGB (Red+Green+Blue) = 107+51+207=365 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.32% from 365); Green value is 51 (20.31% from 255 or 13.97% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #6B33CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B33CF is #94CC30. Grayscale: #545454. Windows color (decimal): -9751601 or 13579115. OLE color: 13579115.
HSL color Cylindrical-coordinate representation of color #6B33CF: hue angle of 261.54º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6B33CF is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 51 | 207 | - |
| CMYK | 0.48 | 0.75 | 0 | 0.19 |
| HSL | 261.54º | 0.62% | 0.51% | - |
| HSV(B) | 261.54º | 0.75% | 0.81% | - |
| XYZ | 18.51 | 10 | 59.99 | - |
| YUV | 85.53 | 196.55 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 51 | 207 | 0.48 | 0.75 | 0 | 0.19 | 261.54 | 0.62 | 0.51 |
| Hex | 6B | 33 | CF | 30 | 4B | 0 | 13 | 106 | 3E | 33 |
| Octal | 153 | 63 | 317 | 60 | 113 | 0 | 23 | 406 | 76 | 63 |
| Binary | 1101011 | 110011 | 11001111 | 110000 | 1001011 | 0 | 10011 | 100000110 | 111110 | 110011 |
Color Harmonies of #6B33CF
Complementary color
Monochromatic Colors of #6B33CF
Black with #6B33CF
Text Example
Text Example
White with #6B33CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B33CF; }
p { color: rgb(107,51,207); }
H1.HeaderClassName
{
color: #6B33CF;
}
.AnyTagClassName
{
color: #6B33CF;
}
</style>
background-color css
<style>
a { background-color: #6B33CF; }
a { background-color: rgb(107,51,207); }
div.DivClassName
{
background-color: #6B33CF;
}
.BgClassName
{
background-color: #6B33CF;
}
</style>
border-color css
<style>
span { border-color: #6B33CF; }
span { border-color: rgb(107,51,207); }
td.TdClassName
{
border-color: #6B33CF;
}
.TagClassName
{
border-color: #6B33CF;
}
</style>