#6E226C

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

Shades of Palatinate Purple #6E226C

Tints of Palatinate Purple #6E226C

Color information

#6E226C (or 0x6E226C) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 22 and 6C. RGB value is (110,34,108). Sum of RGB (Red+Green+Blue) = 110+34+108=252 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.65% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 110 - color contains mainly: red. Hex color #6E226C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E226C is #91DD93. Grayscale: #404040. Windows color (decimal): -9559444 or 7086702. OLE color: 7086702.

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

Color convert

RGB11034108-
CMYK00.690.020.57
HSL301.58º52.78%28.24%-
HSV(B)301.58º69.09%43.14%-
XYZ9.715.5414.75-
YUV65.16152.18159.98-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 43.65%
GREEN value IS 34 (13.67% from 255) = 13.49%
BLUE value IS 108 (42.58% from 255) = 42.86%
R=43.65%
G=13.49%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1103410800.690.020.57301.5852.7828.24
Hex6E226C04523912e351c
Octal1564215401052714566534
Binary11011101000101101100010001011011100110010111011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E226C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,34,108); }

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

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

 a { background-color: rgb(110,34,108); }

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

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

 span { border-color: rgb(110,34,108); }

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