#6E206B

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

Shades of Palatinate Purple #6E206B

Tints of Palatinate Purple #6E206B

Color information

#6E206B (or 0x6E206B) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 20 and 6B. RGB value is (110,32,107). Sum of RGB (Red+Green+Blue) = 110+32+107=249 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.18% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 107 (42.19% from 255 or 42.97% from 249); Max value from RGB is 110 - color contains mainly: red. Hex color #6E206B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E206B is #91DF94. Grayscale: #3F3F3F. Windows color (decimal): -9559957 or 7020654. OLE color: 7020654.

HSL color Cylindrical-coordinate representation of color #6E206B: hue angle of 302.31º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6E206B is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.57.

Color convert

RGB11032107-
CMYK00.710.030.57
HSL302.31º54.93%27.84%-
HSV(B)302.31º70.91%43.14%-
XYZ9.65.4114.45-
YUV63.87152.34160.9-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 44.18%
GREEN value IS 32 (12.89% from 255) = 12.85%
BLUE value IS 107 (42.19% from 255) = 42.97%
R=44.18%
G=12.85%
B=42.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.03
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1103210700.710.030.57302.3154.9327.84
Hex6E206B04733912e371c
Octal1564015301073714566734
Binary11011101000001101011010001111111100110010111011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E206B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,32,107); }

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

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

 a { background-color: rgb(110,32,107); }

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

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

 span { border-color: rgb(110,32,107); }

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