#6e2e6a

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

Shades of Palatinate Purple #6E2E6A

Tints of Palatinate Purple #6E2E6A

Color information

#6E2E6A (or 0x6E2E6A) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 2E and 6A. RGB value is (110,46,106). Sum of RGB (Red+Green+Blue) = 110+46+106=262 (34% of max value = 765). Red value is 110 (43.36% from 255 or 41.98% from 262); Green value is 46 (18.36% from 255 or 17.56% from 262); Blue value is 106 (41.80% from 255 or 40.46% from 262); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2E6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2E6A is #91D195. Grayscale: #474747. Windows color (decimal): -9556374 or 6958702. OLE color: 6958702.

HSL color Cylindrical-coordinate representation of color #6E2E6A: hue angle of 303.75º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6E2E6A is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.57.

Color convert

RGB11046106-
CMYK00.580.040.57
HSL303.75º41.03%30.59%-
HSV(B)303.75º58.18%43.14%-
XYZ10.016.3114.33-
YUV71.98147.2155.12-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 41.98%
GREEN value IS 46 (18.36% from 255) = 17.56%
BLUE value IS 106 (41.80% from 255) = 40.46%
R=41.98%
G=17.56%
B=40.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1104610600.580.040.57303.7541.0330.59
Hex6E2E6A03A439130291f
Octal156561520724714605137
Binary11011101011101101010011101010011100110011000010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e2e6a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,46,106); }

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

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

 a { background-color: rgb(110,46,106); }

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

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

 span { border-color: rgb(110,46,106); }

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