Shades of Purple Heart #6734CB
Tints of Purple Heart #6734CB
RGB
CMYK
RGB Variations
Color information
#6734CB (or 0x6734CB) is known color: Purple Heart. HEX triplet: 67, 34 and CB. RGB value is (103,52,203). Sum of RGB (Red+Green+Blue) = 103+52+203=358 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.77% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #6734CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6734CB is #98CB34. Grayscale: #535353. Windows color (decimal): -10013493 or 13317223. OLE color: 13317223.
HSL color Cylindrical-coordinate representation of color #6734CB: hue angle of 260.26º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6734CB is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 52 | 203 | - |
| CMYK | 0.49 | 0.74 | 0 | 0.20 |
| HSL | 260.26º | 0.59% | 0.5% | - |
| HSV(B) | 260.26º | 0.74% | 0.8% | - |
| XYZ | 17.6 | 9.65 | 57.44 | - |
| YUV | 84.46 | 194.9 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 52 | 203 | 0.49 | 0.74 | 0 | 0.20 | 260.26 | 0.59 | 0.5 |
| Hex | 67 | 34 | CB | 31 | 4A | 0 | 14 | 104 | 3B | 32 |
| Octal | 147 | 64 | 313 | 61 | 112 | 0 | 24 | 404 | 73 | 62 |
| Binary | 1100111 | 110100 | 11001011 | 110001 | 1001010 | 0 | 10100 | 100000100 | 111011 | 110010 |
Color Harmonies of #6734CB
Complementary color
Monochromatic Colors of #6734CB
Black with #6734CB
Text Example
Text Example
White with #6734CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6734CB; }
p { color: rgb(103,52,203); }
H1.HeaderClassName
{
color: #6734CB;
}
.AnyTagClassName
{
color: #6734CB;
}
</style>
background-color css
<style>
a { background-color: #6734CB; }
a { background-color: rgb(103,52,203); }
div.DivClassName
{
background-color: #6734CB;
}
.BgClassName
{
background-color: #6734CB;
}
</style>
border-color css
<style>
span { border-color: #6734CB; }
span { border-color: rgb(103,52,203); }
td.TdClassName
{
border-color: #6734CB;
}
.TagClassName
{
border-color: #6734CB;
}
</style>