#6D3493

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

Shades of Royal Purple #6D3493

Tints of Royal Purple #6D3493

Color information

#6D3493 (or 0x6D3493) is unknown color: approx Royal Purple. HEX triplet: 6D, 34 and 93. RGB value is (109,52,147). Sum of RGB (Red+Green+Blue) = 109+52+147=308 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.39% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #6D3493 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3493 is #92CB6C. Grayscale: #4F4F4F. Windows color (decimal): -9620333 or 9647213. OLE color: 9647213.

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

Color convert

RGB10952147-
CMYK0.260.6500.42
HSL276º47.74%39.02%-
HSV(B)276º64.63%57.65%-
XYZ12.87.8128.44-
YUV79.87165.88148.78-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.39%
GREEN value IS 52 (20.70% from 255) = 16.88%
BLUE value IS 147 (57.81% from 255) = 47.73%
R=35.39%
G=16.88%
B=47.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal109521470.260.6500.4227647.7439.02
Hex6D34931A4102A1143027
Octal15564223321010524246047
Binary1101101110100100100111101010000010101010100010100110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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