#6D205A

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

Shades of Palatinate Purple #6D205A

Tints of Palatinate Purple #6D205A

Color information

#6D205A (or 0x6D205A) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 20 and 5A. RGB value is (109,32,90). Sum of RGB (Red+Green+Blue) = 109+32+90=231 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.19% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 109 - color contains mainly: red. Hex color #6D205A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D205A is #92DFA5. Grayscale: #3D3D3D. Windows color (decimal): -9625510 or 5906541. OLE color: 5906541.

HSL color Cylindrical-coordinate representation of color #6D205A: hue angle of 314.81º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6D205A is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB1093290-
CMYK00.710.170.57
HSL314.81º54.61%27.65%-
HSV(B)314.81º70.64%42.75%-
XYZ8.675.0210.19-
YUV61.64144.01161.78-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 47.19%
GREEN value IS 32 (12.89% from 255) = 13.85%
BLUE value IS 90 (35.55% from 255) = 38.96%
R=47.19%
G=13.85%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109329000.710.170.57314.8154.6127.65
Hex6D205A047113913b371c
Octal15540132010721714736734
Binary11011011000001011010010001111000111100110011101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D205A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,32,90); }

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

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

 a { background-color: rgb(109,32,90); }

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

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

 span { border-color: rgb(109,32,90); }

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