#6E3BAD

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

Shades of Royal Purple #6E3BAD

Tints of Royal Purple #6E3BAD

Color information

#6E3BAD (or 0x6E3BAD) is unknown color: approx Royal Purple. HEX triplet: 6E, 3B and AD. RGB value is (110,59,173). Sum of RGB (Red+Green+Blue) = 110+59+173=342 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.16% from 342); Green value is 59 (23.44% from 255 or 17.25% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #6E3BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3BAD is #91C452. Grayscale: #565656. Windows color (decimal): -9552979 or 11352942. OLE color: 11352942.

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

Color convert

RGB11059173-
CMYK0.360.6600.32
HSL266.84º49.14%45.49%-
HSV(B)266.84º65.9%67.84%-
XYZ15.549.4640.54-
YUV87.24176.4144.23-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.16%
GREEN value IS 59 (23.44% from 255) = 17.25%
BLUE value IS 173 (67.97% from 255) = 50.58%
R=32.16%
G=17.25%
B=50.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal110591730.360.6600.32266.8449.1445.49
Hex6E3BAD244202010b312d
Octal15673255441020404136155
Binary11011101110111010110110010010000100100000100001011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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