#6E345C

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

Shades of Palatinate Purple #6E345C

Tints of Palatinate Purple #6E345C

Color information

#6E345C (or 0x6E345C) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 34 and 5C. RGB value is (110,52,92). Sum of RGB (Red+Green+Blue) = 110+52+92=254 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.31% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 110 - color contains mainly: red. Hex color #6E345C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E345C is #91CBA3. Grayscale: #494949. Windows color (decimal): -9554852 or 6042734. OLE color: 6042734.

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

Color convert

RGB1105292-
CMYK00.530.160.57
HSL318.62º35.8%31.76%-
HSV(B)318.62º52.73%43.14%-
XYZ9.596.5410.88-
YUV73.9138.22153.75-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 43.31%
GREEN value IS 52 (20.70% from 255) = 20.47%
BLUE value IS 92 (36.33% from 255) = 36.22%
R=43.31%
G=20.47%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110529200.530.160.57318.6235.831.76
Hex6E345C035103913f2420
Octal1566413406520714774440
Binary11011101101001011100011010110000111001100111111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E345C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,52,92); }

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

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

 a { background-color: rgb(110,52,92); }

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

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

 span { border-color: rgb(110,52,92); }

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