#6E22A2

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

Shades of Royal Purple #6E22A2

Tints of Royal Purple #6E22A2

Color information

#6E22A2 (or 0x6E22A2) is unknown color: approx Royal Purple. HEX triplet: 6E, 22 and A2. RGB value is (110,34,162). Sum of RGB (Red+Green+Blue) = 110+34+162=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 34 (13.67% from 255 or 11.11% from 306); Blue value is 162 (63.67% from 255 or 52.94% from 306); Max value from RGB is 162 - color contains mainly: blue. Hex color #6E22A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E22A2 is #91DD5D. Grayscale: #464646. Windows color (decimal): -9559390 or 10625646. OLE color: 10625646.

HSL color Cylindrical-coordinate representation of color #6E22A2: hue angle of 275.62º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6E22A2 is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11034162-
CMYK0.320.7900.36
HSL275.62º65.31%38.43%-
HSV(B)275.62º79.01%63.53%-
XYZ13.527.0734.83-
YUV71.32179.18155.59-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.95%
GREEN value IS 34 (13.67% from 255) = 11.11%
BLUE value IS 162 (63.67% from 255) = 52.94%
R=35.95%
G=11.11%
B=52.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal110341620.320.7900.36275.6265.3138.43
Hex6E22A2204F0241144126
Octal156422424011704442410146
Binary110111010001010100010100000100111101001001000101001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E22A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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