#6E3CAB

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

Shades of Royal Purple #6E3CAB

Tints of Royal Purple #6E3CAB

Color information

#6E3CAB (or 0x6E3CAB) is unknown color: approx Royal Purple. HEX triplet: 6E, 3C and AB. RGB value is (110,60,171). Sum of RGB (Red+Green+Blue) = 110+60+171=341 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.26% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #6E3CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3CAB is #91C354. Grayscale: #575757. Windows color (decimal): -9552725 or 11222126. OLE color: 11222126.

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

Color convert

RGB11060171-
CMYK0.360.6500.33
HSL267.03º48.05%45.29%-
HSV(B)267.03º64.91%67.06%-
XYZ15.49.4939.55-
YUV87.6175.06143.97-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.26%
GREEN value IS 60 (23.83% from 255) = 17.60%
BLUE value IS 171 (67.19% from 255) = 50.15%
R=32.26%
G=17.60%
B=50.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal110601710.360.6500.33267.0348.0545.29
Hex6E3CAB244102110b302d
Octal15674253441010414136055
Binary11011101111001010101110010010000010100001100001011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,60,171); }

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

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

 a { background-color: rgb(110,60,171); }

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

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

 span { border-color: rgb(110,60,171); }

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