#6D075A

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

Shades of Palatinate Purple #6D075A

Tints of Palatinate Purple #6D075A

Color information

#6D075A (or 0x6D075A) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 07 and 5A. RGB value is (109,7,90). Sum of RGB (Red+Green+Blue) = 109+7+90=206 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.91% from 206); Green value is 7 (3.12% from 255 or 3.40% from 206); Blue value is 90 (35.55% from 255 or 43.69% from 206); Max value from RGB is 109 - color contains mainly: red. Hex color #6D075A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D075A is #92F8A5. Grayscale: #2E2E2E. Windows color (decimal): -9631910 or 5900141. OLE color: 5900141.

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

Color convert

RGB109790-
CMYK00.940.170.57
HSL311.18º87.93%22.75%-
HSV(B)311.18º93.58%42.75%-
XYZ8.234.1410.04-
YUV46.96152.29172.25-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 52.91%
GREEN value IS 7 (3.12% from 255) = 3.40%
BLUE value IS 90 (35.55% from 255) = 43.69%
R=52.91%
G=3.40%
B=43.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10979000.940.170.57311.1887.9322.75
Hex6D75A05E11391375817
Octal15571320136217146713027
Binary110110111110110100101111010001111001100110111101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D075A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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