#6D4092

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

Shades of Royal Purple #6D4092

Tints of Royal Purple #6D4092

Color information

#6D4092 (or 0x6D4092) is unknown color: approx Royal Purple. HEX triplet: 6D, 40 and 92. RGB value is (109,64,146). Sum of RGB (Red+Green+Blue) = 109+64+146=319 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.17% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 146 (57.42% from 255 or 45.77% from 319); Max value from RGB is 146 - color contains mainly: blue. Hex color #6D4092 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4092 is #92BF6D. Grayscale: #565656. Windows color (decimal): -9617262 or 9584749. OLE color: 9584749.

HSL color Cylindrical-coordinate representation of color #6D4092: hue angle of 272.93º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D4092 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10964146-
CMYK0.250.5600.43
HSL272.93º39.05%41.18%-
HSV(B)272.93º56.16%57.25%-
XYZ13.338.9928.23-
YUV86.8161.41143.83-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.17%
GREEN value IS 64 (25.39% from 255) = 20.06%
BLUE value IS 146 (57.42% from 255) = 45.77%
R=34.17%
G=20.06%
B=45.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal109641460.250.5600.43272.9339.0541.18
Hex6D4092193802B1112729
Octal15510022231700534214751
Binary1101101100000010010010110011110000101011100010001100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,64,146); }

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

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

 a { background-color: rgb(109,64,146); }

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

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

 span { border-color: rgb(109,64,146); }

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