#6D36AB

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

Shades of Royal Purple #6D36AB

Tints of Royal Purple #6D36AB

Color information

#6D36AB (or 0x6D36AB) is unknown color: approx Royal Purple. HEX triplet: 6D, 36 and AB. RGB value is (109,54,171). Sum of RGB (Red+Green+Blue) = 109+54+171=334 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.63% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D36AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D36AB is #92C954. Grayscale: #535353. Windows color (decimal): -9619797 or 11220589. OLE color: 11220589.

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

Color convert

RGB10954171-
CMYK0.360.6800.33
HSL268.21º52%44.12%-
HSV(B)268.21º68.42%67.06%-
XYZ14.988.8339.44-
YUV83.78177.22145.99-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.63%
GREEN value IS 54 (21.48% from 255) = 16.17%
BLUE value IS 171 (67.19% from 255) = 51.20%
R=32.63%
G=16.17%
B=51.20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal109541710.360.6800.33268.215244.12
Hex6D36AB244402110c342c
Octal15566253441040414146454
Binary11011011101101010101110010010001000100001100001100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D36AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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