#6D3D9B

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

Shades of Royal Purple #6D3D9B

Tints of Royal Purple #6D3D9B

Color information

#6D3D9B (or 0x6D3D9B) is unknown color: approx Royal Purple. HEX triplet: 6D, 3D and 9B. RGB value is (109,61,155). Sum of RGB (Red+Green+Blue) = 109+61+155=325 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.54% from 325); Green value is 61 (24.22% from 255 or 18.77% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D3D9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3D9B is #92C264. Grayscale: #555555. Windows color (decimal): -9618021 or 10173805. OLE color: 10173805.

HSL color Cylindrical-coordinate representation of color #6D3D9B: hue angle of 270.64º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6D3D9B is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10961155-
CMYK0.300.6100.39
HSL270.64º43.52%42.35%-
HSV(B)270.64º60.65%60.78%-
XYZ13.898.9632.01-
YUV86.07166.9144.36-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.54%
GREEN value IS 61 (24.22% from 255) = 18.77%
BLUE value IS 155 (60.94% from 255) = 47.69%
R=33.54%
G=18.77%
B=47.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal109611550.300.6100.39270.6443.5242.35
Hex6D3D9B1E3D02710f2c2a
Octal1557523336750474175452
Binary110110111110110011011111101111010100111100001111101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,61,155); }

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

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

 a { background-color: rgb(109,61,155); }

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

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

 span { border-color: rgb(109,61,155); }

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