Shades of Purple Heart #6735B5
Tints of Purple Heart #6735B5
RGB
CMYK
RGB Variations
Color information
#6735B5 (or 0x6735B5) is known color: Purple Heart. HEX triplet: 67, 35 and B5. RGB value is (103,53,181). Sum of RGB (Red+Green+Blue) = 103+53+181=337 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.56% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 181 (71.09% from 255 or 53.71% from 337); Max value from RGB is 181 - color contains mainly: blue. Hex color #6735B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6735B5 is #98CA4A. Grayscale: #525252. Windows color (decimal): -10013259 or 11875687. OLE color: 11875687.
HSL color Cylindrical-coordinate representation of color #6735B5: hue angle of 263.44º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6735B5 is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 103 | 53 | 181 | - |
| CMYK | 0.43 | 0.71 | 0 | 0.29 |
| HSL | 263.44º | 0.55% | 0.46% | - |
| HSV(B) | 263.44º | 0.71% | 0.71% | - |
| XYZ | 15.21 | 8.77 | 44.61 | - |
| YUV | 82.54 | 183.57 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 53 | 181 | 0.43 | 0.71 | 0 | 0.29 | 263.44 | 0.55 | 0.46 |
| Hex | 67 | 35 | B5 | 2B | 47 | 0 | 1D | 107 | 37 | 2E |
| Octal | 147 | 65 | 265 | 53 | 107 | 0 | 35 | 407 | 67 | 56 |
| Binary | 1100111 | 110101 | 10110101 | 101011 | 1000111 | 0 | 11101 | 100000111 | 110111 | 101110 |
Color Harmonies of #6735B5
Complementary color
Monochromatic Colors of #6735B5
Black with #6735B5
Text Example
Text Example
White with #6735B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6735B5; }
p { color: rgb(103,53,181); }
H1.HeaderClassName
{
color: #6735B5;
}
.AnyTagClassName
{
color: #6735B5;
}
</style>
background-color css
<style>
a { background-color: #6735B5; }
a { background-color: rgb(103,53,181); }
div.DivClassName
{
background-color: #6735B5;
}
.BgClassName
{
background-color: #6735B5;
}
</style>
border-color css
<style>
span { border-color: #6735B5; }
span { border-color: rgb(103,53,181); }
td.TdClassName
{
border-color: #6735B5;
}
.TagClassName
{
border-color: #6735B5;
}
</style>