Shades of Palatinate Purple #6A235A
Tints of Palatinate Purple #6A235A
RGB
CMYK
RGB Variations
Color information
#6A235A (or 0x6A235A) is known color: Palatinate Purple. HEX triplet: 6A, 23 and 5A. RGB value is (106,35,90). Sum of RGB (Red+Green+Blue) = 106+35+90=231 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.89% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 106 - color contains mainly: red. Hex color #6A235A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A235A is #95DCA5. Grayscale: #3E3E3E. Windows color (decimal): -9821350 or 5907306. OLE color: 5907306.
HSL color Cylindrical-coordinate representation of color #6A235A: hue angle of 313.52º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6A235A is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 35 | 90 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.58 |
| HSL | 313.52º | 0.5% | 0.28% | - |
| HSV(B) | 313.52º | 0.67% | 0.42% | - |
| XYZ | 8.39 | 5 | 10.2 | - |
| YUV | 62.5 | 143.52 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 35 | 90 | 0 | 0.67 | 0.15 | 0.58 | 313.52 | 0.5 | 0.28 |
| Hex | 6A | 23 | 5A | 0 | 43 | F | 3A | 13A | 32 | 1C |
| Octal | 152 | 43 | 132 | 0 | 103 | 17 | 72 | 472 | 62 | 34 |
| Binary | 1101010 | 100011 | 1011010 | 0 | 1000011 | 1111 | 111010 | 100111010 | 110010 | 11100 |
Color Harmonies of #6A235A
Complementary color
Monochromatic Colors of #6A235A
Black with #6A235A
Text Example
Text Example
White with #6A235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A235A; }
p { color: rgb(106,35,90); }
H1.HeaderClassName
{
color: #6A235A;
}
.AnyTagClassName
{
color: #6A235A;
}
</style>
background-color css
<style>
a { background-color: #6A235A; }
a { background-color: rgb(106,35,90); }
div.DivClassName
{
background-color: #6A235A;
}
.BgClassName
{
background-color: #6A235A;
}
</style>
border-color css
<style>
span { border-color: #6A235A; }
span { border-color: rgb(106,35,90); }
td.TdClassName
{
border-color: #6A235A;
}
.TagClassName
{
border-color: #6A235A;
}
</style>