#6D055A

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

Shades of Palatinate Purple #6D055A

Tints of Palatinate Purple #6D055A

Color information

#6D055A (or 0x6D055A) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 05 and 5A. RGB value is (109,5,90). Sum of RGB (Red+Green+Blue) = 109+5+90=204 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.43% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 90 (35.55% from 255 or 44.12% from 204); Max value from RGB is 109 - color contains mainly: red. Hex color #6D055A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D055A is #92FAA5. Grayscale: #2D2D2D. Windows color (decimal): -9632422 or 5899629. OLE color: 5899629.

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

Color convert

RGB109590-
CMYK00.950.170.57
HSL310.96º91.23%22.35%-
HSV(B)310.96º95.41%42.75%-
XYZ8.214.110.03-
YUV45.79152.96173.09-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 53.43%
GREEN value IS 5 (2.34% from 255) = 2.45%
BLUE value IS 90 (35.55% from 255) = 44.12%
R=53.43%
G=2.45%
B=44.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10959000.950.170.57310.9691.2322.35
Hex6D55A05F11391375b16
Octal15551320137217146713326
Binary110110110110110100101111110001111001100110111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D055A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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