#6D3CAE

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

Shades of Royal Purple #6D3CAE

Tints of Royal Purple #6D3CAE

Color information

#6D3CAE (or 0x6D3CAE) is unknown color: approx Royal Purple. HEX triplet: 6D, 3C and AE. RGB value is (109,60,174). Sum of RGB (Red+Green+Blue) = 109+60+174=343 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.78% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 174 (68.36% from 255 or 50.73% from 343); Max value from RGB is 174 - color contains mainly: blue. Hex color #6D3CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3CAE is #92C351. Grayscale: #575757. Windows color (decimal): -9618258 or 11418733. OLE color: 11418733.

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

Color convert

RGB10960174-
CMYK0.370.6600.32
HSL265.79º48.72%45.88%-
HSV(B)265.79º65.52%68.24%-
XYZ15.569.5441.07-
YUV87.65176.73143.23-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.78%
GREEN value IS 60 (23.83% from 255) = 17.49%
BLUE value IS 174 (68.36% from 255) = 50.73%
R=31.78%
G=17.49%
B=50.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal109601740.370.6600.32265.7948.7245.88
Hex6D3CAE254202010a312e
Octal15574256451020404126156
Binary11011011111001010111010010110000100100000100001010110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,60,174); }

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

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

 a { background-color: rgb(109,60,174); }

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

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

 span { border-color: rgb(109,60,174); }

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