#6E21A3

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

Shades of Royal Purple #6E21A3

Tints of Royal Purple #6E21A3

Color information

#6E21A3 (or 0x6E21A3) is unknown color: approx Royal Purple. HEX triplet: 6E, 21 and A3. RGB value is (110,33,163). Sum of RGB (Red+Green+Blue) = 110+33+163=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 163 (64.06% from 255 or 53.27% from 306); Max value from RGB is 163 - color contains mainly: blue. Hex color #6E21A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E21A3 is #91DE5C. Grayscale: #464646. Windows color (decimal): -9559645 or 10690926. OLE color: 10690926.

HSL color Cylindrical-coordinate representation of color #6E21A3: hue angle of 275.54º degrees, saturation: 0.66, 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 #6E21A3 is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11033163-
CMYK0.330.8000.36
HSL275.54º66.33%38.43%-
HSV(B)275.54º79.75%63.92%-
XYZ13.597.0535.29-
YUV70.84180.01155.93-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.95%
GREEN value IS 33 (13.28% from 255) = 10.78%
BLUE value IS 163 (64.06% from 255) = 53.27%
R=35.95%
G=10.78%
B=53.27%

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
Decimal110331630.330.8000.36275.5466.3338.43
Hex6E21A321500241144226
Octal156412434112004442410246
Binary110111010000110100011100001101000001001001000101001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E21A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,33,163); }

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

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

 a { background-color: rgb(110,33,163); }

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

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

 span { border-color: rgb(110,33,163); }

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