Shades of Purple Heart #6A1CCB
Tints of Purple Heart #6A1CCB
RGB
CMYK
RGB Variations
Color information
#6A1CCB (or 0x6A1CCB) is known color: Purple Heart. HEX triplet: 6A, 1C and CB. RGB value is (106,28,203). Sum of RGB (Red+Green+Blue) = 106+28+203=337 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.45% from 337); Green value is 28 (11.33% from 255 or 8.31% from 337); Blue value is 203 (79.69% from 255 or 60.24% from 337); Max value from RGB is 203 - color contains mainly: blue. Hex color #6A1CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A1CCB is #95E334. Grayscale: #464646. Windows color (decimal): -9823029 or 13311082. OLE color: 13311082.
HSL color Cylindrical-coordinate representation of color #6A1CCB: hue angle of 266.74º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6A1CCB is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 28 | 203 | - |
| CMYK | 0.48 | 0.86 | 0 | 0.20 |
| HSL | 266.74º | 0.76% | 0.45% | - |
| HSV(B) | 266.74º | 0.86% | 0.8% | - |
| XYZ | 17.14 | 8.21 | 57.18 | - |
| YUV | 71.27 | 202.34 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 28 | 203 | 0.48 | 0.86 | 0 | 0.20 | 266.74 | 0.76 | 0.45 |
| Hex | 6A | 1C | CB | 30 | 56 | 0 | 14 | 10B | 4C | 2D |
| Octal | 152 | 34 | 313 | 60 | 126 | 0 | 24 | 413 | 114 | 55 |
| Binary | 1101010 | 11100 | 11001011 | 110000 | 1010110 | 0 | 10100 | 100001011 | 1001100 | 101101 |
Color Harmonies of #6A1CCB
Complementary color
Monochromatic Colors of #6A1CCB
Black with #6A1CCB
Text Example
Text Example
White with #6A1CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1CCB; }
p { color: rgb(106,28,203); }
H1.HeaderClassName
{
color: #6A1CCB;
}
.AnyTagClassName
{
color: #6A1CCB;
}
</style>
background-color css
<style>
a { background-color: #6A1CCB; }
a { background-color: rgb(106,28,203); }
div.DivClassName
{
background-color: #6A1CCB;
}
.BgClassName
{
background-color: #6A1CCB;
}
</style>
border-color css
<style>
span { border-color: #6A1CCB; }
span { border-color: rgb(106,28,203); }
td.TdClassName
{
border-color: #6A1CCB;
}
.TagClassName
{
border-color: #6A1CCB;
}
</style>