#6A295C

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

Shades of Palatinate Purple #6A295C

Tints of Palatinate Purple #6A295C

Color information

#6A295C (or 0x6A295C) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 29 and 5C. RGB value is (106,41,92). Sum of RGB (Red+Green+Blue) = 106+41+92=239 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.35% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 106 - color contains mainly: red. Hex color #6A295C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A295C is #95D6A3. Grayscale: #424242. Windows color (decimal): -9819812 or 6039914. OLE color: 6039914.

HSL color Cylindrical-coordinate representation of color #6A295C: hue angle of 312.92º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6A295C is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB1064192-
CMYK00.610.130.58
HSL312.92º44.22%28.82%-
HSV(B)312.92º61.32%41.57%-
XYZ8.675.4210.72-
YUV66.25142.53156.35-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 44.35%
GREEN value IS 41 (16.41% from 255) = 17.15%
BLUE value IS 92 (36.33% from 255) = 38.49%
R=44.35%
G=17.15%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106419200.610.130.58312.9244.2228.82
Hex6A295C03DD3A1392c1d
Octal1525113407515724715435
Binary110101010100110111000111101110111101010011100110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A295C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,41,92); }

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

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

 a { background-color: rgb(106,41,92); }

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

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

 span { border-color: rgb(106,41,92); }

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