#6E20A4

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

Shades of Royal Purple #6E20A4

Tints of Royal Purple #6E20A4

Color information

#6E20A4 (or 0x6E20A4) is unknown color: approx Royal Purple. HEX triplet: 6E, 20 and A4. RGB value is (110,32,164). Sum of RGB (Red+Green+Blue) = 110+32+164=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 164 (64.45% from 255 or 53.59% from 306); Max value from RGB is 164 - color contains mainly: blue. Hex color #6E20A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E20A4 is #91DF5B. Grayscale: #454545. Windows color (decimal): -9559900 or 10756206. OLE color: 10756206.

HSL color Cylindrical-coordinate representation of color #6E20A4: hue angle of 275.45º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6E20A4 is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11032164-
CMYK0.330.8000.36
HSL275.45º67.35%38.43%-
HSV(B)275.45º80.49%64.31%-
XYZ13.657.0335.76-
YUV70.37180.84156.27-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.95%
GREEN value IS 32 (12.89% from 255) = 10.46%
BLUE value IS 164 (64.45% from 255) = 53.59%
R=35.95%
G=10.46%
B=53.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal110321640.330.8000.36275.4567.3538.43
Hex6E20A421500241134326
Octal156402444112004442310346
Binary110111010000010100100100001101000001001001000100111000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E20A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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