#6A185D

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

Shades of Palatinate Purple #6A185D

Tints of Palatinate Purple #6A185D

Color information

#6A185D (or 0x6A185D) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 18 and 5D. RGB value is (106,24,93). Sum of RGB (Red+Green+Blue) = 106+24+93=223 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.53% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 106 - color contains mainly: red. Hex color #6A185D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A185D is #95E7A2. Grayscale: #383838. Windows color (decimal): -9824163 or 6101098. OLE color: 6101098.

HSL color Cylindrical-coordinate representation of color #6A185D: hue angle of 309.51º 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 #6A185D is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB1062493-
CMYK00.770.120.58
HSL309.51º63.08%25.49%-
HSV(B)309.51º77.36%41.57%-
XYZ8.254.5110.79-
YUV56.38148.67163.39-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 47.53%
GREEN value IS 24 (9.77% from 255) = 10.76%
BLUE value IS 93 (36.72% from 255) = 41.70%
R=47.53%
G=10.76%
B=41.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106249300.770.120.58309.5163.0825.49
Hex6A185D04DC3A1363f19
Octal15230135011514724667731
Binary110101011000101110101001101110011101010011011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A185D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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