#6D4292

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

Shades of Royal Purple #6D4292

Tints of Royal Purple #6D4292

Color information

#6D4292 (or 0x6D4292) is unknown color: approx Royal Purple. HEX triplet: 6D, 42 and 92. RGB value is (109,66,146). Sum of RGB (Red+Green+Blue) = 109+66+146=321 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.96% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 146 - color contains mainly: blue. Hex color #6D4292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4292 is #92BD6D. Grayscale: #575757. Windows color (decimal): -9616750 or 9585261. OLE color: 9585261.

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

Color convert

RGB10966146-
CMYK0.250.5500.43
HSL272.25º37.74%41.57%-
HSV(B)272.25º54.79%57.25%-
XYZ13.449.2228.27-
YUV87.98160.75143-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.96%
GREEN value IS 66 (26.17% from 255) = 20.56%
BLUE value IS 146 (57.42% from 255) = 45.48%
R=33.96%
G=20.56%
B=45.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal109661460.250.5500.43272.2537.7441.57
Hex6D4292193702B110262a
Octal15510222231670534204652
Binary1101101100001010010010110011101110101011100010000100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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