Shades of Purple #6A0175
Tints of Purple #6A0175
RGB
CMYK
RGB Variations
Color information
#6A0175 (or 0x6A0175) is known color: Purple. HEX triplet: 6A, 01 and 75. RGB value is (106,1,117). Sum of RGB (Red+Green+Blue) = 106+1+117=224 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.32% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #6A0175 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0175 is #95FE8A. Grayscale: #2D2D2D. Windows color (decimal): -9830027 or 7668074. OLE color: 7668074.
HSL color Cylindrical-coordinate representation of color #6A0175: hue angle of 294.31º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6A0175 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 106 | 1 | 117 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.54 |
| HSL | 294.31º | 0.98% | 0.23% | - |
| HSV(B) | 294.31º | 0.99% | 0.46% | - |
| XYZ | 9.17 | 4.37 | 17.19 | - |
| YUV | 45.62 | 168.29 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 1 | 117 | 0.09 | 0.99 | 0 | 0.54 | 294.31 | 0.98 | 0.23 |
| Hex | 6A | 1 | 75 | 9 | 63 | 0 | 36 | 126 | 62 | 17 |
| Octal | 152 | 1 | 165 | 11 | 143 | 0 | 66 | 446 | 142 | 27 |
| Binary | 1101010 | 1 | 1110101 | 1001 | 1100011 | 0 | 110110 | 100100110 | 1100010 | 10111 |
Color Harmonies of #6A0175
Complementary color
Monochromatic Colors of #6A0175
Black with #6A0175
Text Example
Text Example
White with #6A0175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0175; }
p { color: rgb(106,1,117); }
H1.HeaderClassName
{
color: #6A0175;
}
.AnyTagClassName
{
color: #6A0175;
}
</style>
background-color css
<style>
a { background-color: #6A0175; }
a { background-color: rgb(106,1,117); }
div.DivClassName
{
background-color: #6A0175;
}
.BgClassName
{
background-color: #6A0175;
}
</style>
border-color css
<style>
span { border-color: #6A0175; }
span { border-color: rgb(106,1,117); }
td.TdClassName
{
border-color: #6A0175;
}
.TagClassName
{
border-color: #6A0175;
}
</style>