#6D36A9

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

Shades of Royal Purple #6D36A9

Tints of Royal Purple #6D36A9

Color information

#6D36A9 (or 0x6D36A9) is unknown color: approx Royal Purple. HEX triplet: 6D, 36 and A9. RGB value is (109,54,169). Sum of RGB (Red+Green+Blue) = 109+54+169=332 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.83% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 169 (66.41% from 255 or 50.90% from 332); Max value from RGB is 169 - color contains mainly: blue. Hex color #6D36A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D36A9 is #92C956. Grayscale: #535353. Windows color (decimal): -9619799 or 11089517. OLE color: 11089517.

HSL color Cylindrical-coordinate representation of color #6D36A9: hue angle of 268.7º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D36A9 is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB10954169-
CMYK0.360.6800.34
HSL268.7º51.57%43.73%-
HSV(B)268.7º68.05%66.27%-
XYZ14.798.7538.45-
YUV83.56176.22146.15-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.83%
GREEN value IS 54 (21.48% from 255) = 16.27%
BLUE value IS 169 (66.41% from 255) = 50.90%
R=32.83%
G=16.27%
B=50.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal109541690.360.6800.34268.751.5743.73
Hex6D36A9244402210d342c
Octal15566251441040424156454
Binary11011011101101010100110010010001000100010100001101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D36A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,54,169); }

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

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

 a { background-color: rgb(109,54,169); }

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

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

 span { border-color: rgb(109,54,169); }

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