#6A256A

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

Shades of Palatinate Purple #6A256A

Tints of Palatinate Purple #6A256A

Color information

#6A256A (or 0x6A256A) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 25 and 6A. RGB value is (106,37,106). Sum of RGB (Red+Green+Blue) = 106+37+106=249 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.57% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 106 (41.80% from 255 or 42.57% from 249); Max value from RGB is 106 - color contains mainly: red, blue. Hex color #6A256A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A256A is #95DA95. Grayscale: #414141. Windows color (decimal): -9820822 or 6956394. OLE color: 6956394.

HSL color Cylindrical-coordinate representation of color #6A256A: hue angle of 300º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6A256A is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10637106-
CMYK00.6500.58
HSL300º48.25%28.04%-
HSV(B)300º65.09%41.57%-
XYZ9.215.4314.2-
YUV65.5150.86156.89-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.57%
GREEN value IS 37 (14.84% from 255) = 14.86%
BLUE value IS 106 (41.80% from 255) = 42.57%
R=42.57%
G=14.86%
B=42.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1063710600.6500.5830048.2528.04
Hex6A256A04103A12c301c
Octal1524515201010724546034
Binary1101010100101110101001000001011101010010110011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A256A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,37,106); }

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

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

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

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

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

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

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