#6D3793

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

Shades of Royal Purple #6D3793

Tints of Royal Purple #6D3793

Color information

#6D3793 (or 0x6D3793) is unknown color: approx Royal Purple. HEX triplet: 6D, 37 and 93. RGB value is (109,55,147). Sum of RGB (Red+Green+Blue) = 109+55+147=311 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.05% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 147 (57.81% from 255 or 47.27% from 311); Max value from RGB is 147 - color contains mainly: blue. Hex color #6D3793 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3793 is #92C86C. Grayscale: #515151. Windows color (decimal): -9619565 or 9647981. OLE color: 9647981.

HSL color Cylindrical-coordinate representation of color #6D3793: hue angle of 275.22º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D3793 is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10955147-
CMYK0.260.6300.42
HSL275.22º45.54%39.61%-
HSV(B)275.22º62.59%57.65%-
XYZ12.948.0928.48-
YUV81.63164.89147.52-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.05%
GREEN value IS 55 (21.88% from 255) = 17.68%
BLUE value IS 147 (57.81% from 255) = 47.27%
R=35.05%
G=17.68%
B=47.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal109551470.260.6300.42275.2245.5439.61
Hex6D37931A3F02A1132e28
Octal1556722332770524235650
Binary110110111011110010011110101111110101010100010011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,55,147); }

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

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

 a { background-color: rgb(109,55,147); }

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

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

 span { border-color: rgb(109,55,147); }

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