#6D3EAB

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

Shades of Royal Purple #6D3EAB

Tints of Royal Purple #6D3EAB

Color information

#6D3EAB (or 0x6D3EAB) is unknown color: approx Royal Purple. HEX triplet: 6D, 3E and AB. RGB value is (109,62,171). Sum of RGB (Red+Green+Blue) = 109+62+171=342 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.87% from 342); Green value is 62 (24.61% from 255 or 18.13% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D3EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3EAB is #92C154. Grayscale: #585858. Windows color (decimal): -9617749 or 11222637. OLE color: 11222637.

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

Color convert

RGB10962171-
CMYK0.360.6400.33
HSL265.87º46.78%45.69%-
HSV(B)265.87º63.74%67.06%-
XYZ15.389.6439.58-
YUV88.48174.57142.64-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.87%
GREEN value IS 62 (24.61% from 255) = 18.13%
BLUE value IS 171 (67.19% from 255) = 50%
R=31.87%
G=18.13%
B=50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal109621710.360.6400.33265.8746.7845.69
Hex6D3EAB244002110a2f2e
Octal15576253441000414125756
Binary11011011111101010101110010010000000100001100001010101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,62,171); }

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

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

 a { background-color: rgb(109,62,171); }

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

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

 span { border-color: rgb(109,62,171); }

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