Shades of Purple Heart #6A35BB
Tints of Purple Heart #6A35BB
RGB
CMYK
RGB Variations
Color information
#6A35BB (or 0x6A35BB) is known color: Purple Heart. HEX triplet: 6A, 35 and BB. RGB value is (106,53,187). Sum of RGB (Red+Green+Blue) = 106+53+187=346 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.64% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 187 (73.44% from 255 or 54.05% from 346); Max value from RGB is 187 - color contains mainly: blue. Hex color #6A35BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A35BB is #95CA44. Grayscale: #535353. Windows color (decimal): -9816645 or 12268906. OLE color: 12268906.
HSL color Cylindrical-coordinate representation of color #6A35BB: hue angle of 263.73º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6A35BB is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 106 | 53 | 187 | - |
| CMYK | 0.43 | 0.72 | 0 | 0.27 |
| HSL | 263.73º | 0.56% | 0.47% | - |
| HSV(B) | 263.73º | 0.72% | 0.73% | - |
| XYZ | 16.19 | 9.2 | 47.94 | - |
| YUV | 84.12 | 186.06 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 53 | 187 | 0.43 | 0.72 | 0 | 0.27 | 263.73 | 0.56 | 0.47 |
| Hex | 6A | 35 | BB | 2B | 48 | 0 | 1B | 108 | 38 | 2F |
| Octal | 152 | 65 | 273 | 53 | 110 | 0 | 33 | 410 | 70 | 57 |
| Binary | 1101010 | 110101 | 10111011 | 101011 | 1001000 | 0 | 11011 | 100001000 | 111000 | 101111 |
Color Harmonies of #6A35BB
Complementary color
Monochromatic Colors of #6A35BB
Black with #6A35BB
Text Example
Text Example
White with #6A35BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A35BB; }
p { color: rgb(106,53,187); }
H1.HeaderClassName
{
color: #6A35BB;
}
.AnyTagClassName
{
color: #6A35BB;
}
</style>
background-color css
<style>
a { background-color: #6A35BB; }
a { background-color: rgb(106,53,187); }
div.DivClassName
{
background-color: #6A35BB;
}
.BgClassName
{
background-color: #6A35BB;
}
</style>
border-color css
<style>
span { border-color: #6A35BB; }
span { border-color: rgb(106,53,187); }
td.TdClassName
{
border-color: #6A35BB;
}
.TagClassName
{
border-color: #6A35BB;
}
</style>