#6A2C5C

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

Shades of Palatinate Purple #6A2C5C

Tints of Palatinate Purple #6A2C5C

Color information

#6A2C5C (or 0x6A2C5C) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 2C and 5C. RGB value is (106,44,92). Sum of RGB (Red+Green+Blue) = 106+44+92=242 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.80% from 242); Green value is 44 (17.58% from 255 or 18.18% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2C5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2C5C is #95D3A3. Grayscale: #434343. Windows color (decimal): -9819044 or 6040682. OLE color: 6040682.

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

Color convert

RGB1064492-
CMYK00.580.130.58
HSL313.55º41.33%29.41%-
HSV(B)313.55º58.49%41.57%-
XYZ8.785.6410.75-
YUV68.01141.54155.1-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 43.80%
GREEN value IS 44 (17.58% from 255) = 18.18%
BLUE value IS 92 (36.33% from 255) = 38.02%
R=43.80%
G=18.18%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106449200.580.130.58313.5541.3329.41
Hex6A2C5C03AD3A13a291d
Octal1525413407215724725135
Binary110101010110010111000111010110111101010011101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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