#6D3EAD

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

Shades of Royal Purple #6D3EAD

Tints of Royal Purple #6D3EAD

Color information

#6D3EAD (or 0x6D3EAD) is unknown color: approx Royal Purple. HEX triplet: 6D, 3E and AD. RGB value is (109,62,173). Sum of RGB (Red+Green+Blue) = 109+62+173=344 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.69% from 344); Green value is 62 (24.61% from 255 or 18.02% 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 #6D3EAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3EAD is #92C152. Grayscale: #585858. Windows color (decimal): -9617747 or 11353709. OLE color: 11353709.

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

Color convert

RGB10962173-
CMYK0.370.6400.32
HSL265.41º47.23%46.08%-
HSV(B)265.41º64.16%67.84%-
XYZ15.579.7140.59-
YUV88.71175.57142.47-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.69%
GREEN value IS 62 (24.61% from 255) = 18.02%
BLUE value IS 173 (67.97% from 255) = 50.29%
R=31.69%
G=18.02%
B=50.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal109621730.370.6400.32265.4147.2346.08
Hex6D3EAD25400201092f2e
Octal15576255451000404115756
Binary11011011111101010110110010110000000100000100001001101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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