Shades of Purple Heart #6736CB
Tints of Purple Heart #6736CB
RGB
CMYK
RGB Variations
Color information
#6736CB (or 0x6736CB) is known color: Purple Heart. HEX triplet: 67, 36 and CB. RGB value is (103,54,203). Sum of RGB (Red+Green+Blue) = 103+54+203=360 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.61% from 360); Green value is 54 (21.48% from 255 or 15% from 360); Blue value is 203 (79.69% from 255 or 56.39% from 360); Max value from RGB is 203 - color contains mainly: blue. Hex color #6736CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6736CB is #98C934. Grayscale: #555555. Windows color (decimal): -10012981 or 13317735. OLE color: 13317735.
HSL color Cylindrical-coordinate representation of color #6736CB: hue angle of 259.73º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6736CB is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 54 | 203 | - |
| CMYK | 0.49 | 0.73 | 0 | 0.20 |
| HSL | 259.73º | 0.59% | 0.5% | - |
| HSV(B) | 259.73º | 0.73% | 0.8% | - |
| XYZ | 17.69 | 9.83 | 57.47 | - |
| YUV | 85.64 | 194.23 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 54 | 203 | 0.49 | 0.73 | 0 | 0.20 | 259.73 | 0.59 | 0.5 |
| Hex | 67 | 36 | CB | 31 | 49 | 0 | 14 | 104 | 3B | 32 |
| Octal | 147 | 66 | 313 | 61 | 111 | 0 | 24 | 404 | 73 | 62 |
| Binary | 1100111 | 110110 | 11001011 | 110001 | 1001001 | 0 | 10100 | 100000100 | 111011 | 110010 |
Color Harmonies of #6736CB
Complementary color
Monochromatic Colors of #6736CB
Black with #6736CB
Text Example
Text Example
White with #6736CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6736CB; }
p { color: rgb(103,54,203); }
H1.HeaderClassName
{
color: #6736CB;
}
.AnyTagClassName
{
color: #6736CB;
}
</style>
background-color css
<style>
a { background-color: #6736CB; }
a { background-color: rgb(103,54,203); }
div.DivClassName
{
background-color: #6736CB;
}
.BgClassName
{
background-color: #6736CB;
}
</style>
border-color css
<style>
span { border-color: #6736CB; }
span { border-color: rgb(103,54,203); }
td.TdClassName
{
border-color: #6736CB;
}
.TagClassName
{
border-color: #6736CB;
}
</style>