#6E045D

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

Shades of Palatinate Purple #6E045D

Tints of Palatinate Purple #6E045D

Color information

#6E045D (or 0x6E045D) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 04 and 5D. RGB value is (110,4,93). Sum of RGB (Red+Green+Blue) = 110+4+93=207 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.14% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 93 (36.72% from 255 or 44.93% from 207); Max value from RGB is 110 - color contains mainly: red. Hex color #6E045D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E045D is #91FBA2. Grayscale: #2D2D2D. Windows color (decimal): -9567139 or 6095982. OLE color: 6095982.

HSL color Cylindrical-coordinate representation of color #6E045D: hue angle of 309.62º 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 #6E045D is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB110493-
CMYK00.960.150.57
HSL309.62º92.98%22.35%-
HSV(B)309.62º96.36%43.14%-
XYZ8.454.1910.72-
YUV45.84154.62173.76-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 53.14%
GREEN value IS 4 (1.95% from 255) = 1.93%
BLUE value IS 93 (36.72% from 255) = 44.93%
R=53.14%
G=1.93%
B=44.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11049300.960.150.57309.6292.9822.35
Hex6E45D060F391365d16
Octal15641350140177146613526
Binary11011101001011101011000001111111001100110110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E045D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,4,93); }

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

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

 a { background-color: rgb(110,4,93); }

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

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

 span { border-color: rgb(110,4,93); }

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