#6A2A63

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

Shades of Palatinate Purple #6A2A63

Tints of Palatinate Purple #6A2A63

Color information

#6A2A63 (or 0x6A2A63) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 2A and 63. RGB value is (106,42,99). Sum of RGB (Red+Green+Blue) = 106+42+99=247 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.91% from 247); Green value is 42 (16.80% from 255 or 17.00% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2A63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2A63 is #95D59C. Grayscale: #434343. Windows color (decimal): -9819549 or 6498922. OLE color: 6498922.

HSL color Cylindrical-coordinate representation of color #6A2A63: hue angle of 306.56º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6A2A63 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB1064299-
CMYK00.600.070.58
HSL306.56º43.24%29.02%-
HSV(B)306.56º60.38%41.57%-
XYZ9.025.6212.41-
YUV67.63145.7155.37-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.91%
GREEN value IS 42 (16.80% from 255) = 17.00%
BLUE value IS 99 (39.06% from 255) = 40.08%
R=42.91%
G=17.00%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106429900.600.070.58306.5643.2429.02
Hex6A2A6303C73A1332b1d
Octal152521430747724635335
Binary11010101010101100011011110011111101010011001110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,42,99); }

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

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

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

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

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

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

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