#6E3DAD

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

Shades of Royal Purple #6E3DAD

Tints of Royal Purple #6E3DAD

Color information

#6E3DAD (or 0x6E3DAD) is unknown color: approx Royal Purple. HEX triplet: 6E, 3D and AD. RGB value is (110,61,173). Sum of RGB (Red+Green+Blue) = 110+61+173=344 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.98% from 344); Green value is 61 (24.22% from 255 or 17.73% from 344); Blue value is 173 (67.97% from 255 or 50.29% from 344); Max value from RGB is 173 - color contains mainly: blue. Hex color #6E3DAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3DAD is #91C252. Grayscale: #585858. Windows color (decimal): -9552467 or 11353454. OLE color: 11353454.

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

Color convert

RGB11061173-
CMYK0.360.6500.32
HSL266.25º47.86%45.88%-
HSV(B)266.25º64.74%67.84%-
XYZ15.649.6740.58-
YUV88.42175.73143.39-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.98%
GREEN value IS 61 (24.22% from 255) = 17.73%
BLUE value IS 173 (67.97% from 255) = 50.29%
R=31.98%
G=17.73%
B=50.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal110611730.360.6500.32266.2547.8645.88
Hex6E3DAD244102010a302e
Octal15675255441010404126056
Binary11011101111011010110110010010000010100000100001010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,61,173); }

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

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

 a { background-color: rgb(110,61,173); }

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

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

 span { border-color: rgb(110,61,173); }

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