#6D045C

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

Shades of Palatinate Purple #6D045C

Tints of Palatinate Purple #6D045C

Color information

#6D045C (or 0x6D045C) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 04 and 5C. RGB value is (109,4,92). Sum of RGB (Red+Green+Blue) = 109+4+92=205 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.17% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 109 - color contains mainly: red. Hex color #6D045C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D045C is #92FBA3. Grayscale: #2D2D2D. Windows color (decimal): -9632676 or 6030445. OLE color: 6030445.

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

Color convert

RGB109492-
CMYK00.960.160.57
HSL309.71º92.92%22.16%-
HSV(B)309.71º96.33%42.75%-
XYZ8.284.1110.48-
YUV45.43154.29173.34-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 53.17%
GREEN value IS 4 (1.95% from 255) = 1.95%
BLUE value IS 92 (36.33% from 255) = 44.88%
R=53.17%
G=1.95%
B=44.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.16
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10949200.960.160.57309.7192.9222.16
Hex6D45C06010391365d16
Octal15541340140207146613526
Binary110110110010111000110000010000111001100110110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D045C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,4,92); }

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

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

 a { background-color: rgb(109,4,92); }

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

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

 span { border-color: rgb(109,4,92); }

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