#6D3AAD

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

Shades of Royal Purple #6D3AAD

Tints of Royal Purple #6D3AAD

Color information

#6D3AAD (or 0x6D3AAD) is unknown color: approx Royal Purple. HEX triplet: 6D, 3A and AD. RGB value is (109,58,173). Sum of RGB (Red+Green+Blue) = 109+58+173=340 (45% of max value = 765). Red value is 109 (42.97% from 255 or 32.06% from 340); Green value is 58 (23.05% from 255 or 17.06% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #6D3AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3AAD is #92C552. Grayscale: #555555. Windows color (decimal): -9618771 or 11352685. OLE color: 11352685.

HSL color Cylindrical-coordinate representation of color #6D3AAD: hue angle of 266.61º degrees, saturation: 0.5, 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 #6D3AAD is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10958173-
CMYK0.370.6600.32
HSL266.61º49.78%45.29%-
HSV(B)266.61º66.47%67.84%-
XYZ15.369.2940.52-
YUV86.36176.9144.15-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.06%
GREEN value IS 58 (23.05% from 255) = 17.06%
BLUE value IS 173 (67.97% from 255) = 50.88%
R=32.06%
G=17.06%
B=50.88%

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
Decimal109581730.370.6600.32266.6149.7845.29
Hex6D3AAD254202010b322d
Octal15572255451020404136255
Binary11011011110101010110110010110000100100000100001011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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