#6A185B

Color #6A185B Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #6A185B

Tints of Palatinate Purple #6A185B

Color information

#6A185B (or 0x6A185B) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 18 and 5B. RGB value is (106,24,91). Sum of RGB (Red+Green+Blue) = 106+24+91=221 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.96% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 91 (35.94% from 255 or 41.18% from 221); Max value from RGB is 106 - color contains mainly: red. Hex color #6A185B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A185B is #95E7A4. Grayscale: #373737. Windows color (decimal): -9824165 or 5970026. OLE color: 5970026.

HSL color Cylindrical-coordinate representation of color #6A185B: hue angle of 310.98º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6A185B is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB1062491-
CMYK00.770.140.58
HSL310.98º63.08%25.49%-
HSV(B)310.98º77.36%41.57%-
XYZ8.164.4710.33-
YUV56.16147.67163.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 106 (41.80% from 255) = 47.96%
GREEN value IS 24 (9.77% from 255) = 10.86%
BLUE value IS 91 (35.94% from 255) = 41.18%
R=47.96%
G=10.86%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106249100.770.140.58310.9863.0825.49
Hex6A185B04DE3A1373f19
Octal15230133011516724677731
Binary110101011000101101101001101111011101010011011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A185B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A185B; }

 p { color: rgb(106,24,91); }

 H1.HeaderClassName
 {
   color: #6A185B;
 }
 .AnyTagClassName
 {
   color: #6A185B;
 }
</style>
background-color css

<style>
 a { background-color: #6A185B; }

 a { background-color: rgb(106,24,91); }

 div.DivClassName
 {
   background-color: #6A185B;
 }
 .BgClassName
 {
   background-color: #6A185B;
 }
</style>
border-color css

<style>
 span { border-color: #6A185B; }

 span { border-color: rgb(106,24,91); }

 td.TdClassName
 {
   border-color: #6A185B;
 }
 .TagClassName
 {
   border-color: #6A185B;
 }
</style>