#6D3890

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

Shades of Royal Purple #6D3890

Tints of Royal Purple #6D3890

Color information

#6D3890 (or 0x6D3890) is unknown color: approx Royal Purple. HEX triplet: 6D, 38 and 90. RGB value is (109,56,144). Sum of RGB (Red+Green+Blue) = 109+56+144=309 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.28% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 144 - color contains mainly: blue. Hex color #6D3890 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3890 is #92C76F. Grayscale: #515151. Windows color (decimal): -9619312 or 9451629. OLE color: 9451629.

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

Color convert

RGB10956144-
CMYK0.240.6100.44
HSL276.14º44%39.22%-
HSV(B)276.14º61.11%56.47%-
XYZ12.758.0927.28-
YUV81.88163.06147.34-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.28%
GREEN value IS 56 (22.27% from 255) = 18.12%
BLUE value IS 144 (56.64% from 255) = 46.60%
R=35.28%
G=18.12%
B=46.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal109561440.240.6100.44276.144439.22
Hex6D3890183D02C1142c27
Octal1557022030750544245447
Binary110110111100010010000110001111010101100100010100101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,56,144); }

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

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

 a { background-color: rgb(109,56,144); }

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

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

 span { border-color: rgb(109,56,144); }

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