#6D4594

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

Shades of Royal Purple #6D4594

Tints of Royal Purple #6D4594

Color information

#6D4594 (or 0x6D4594) is unknown color: approx Royal Purple. HEX triplet: 6D, 45 and 94. RGB value is (109,69,148). Sum of RGB (Red+Green+Blue) = 109+69+148=326 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.44% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 148 (58.20% from 255 or 45.40% from 326); Max value from RGB is 148 - color contains mainly: blue. Hex color #6D4594 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4594 is #92BA6B. Grayscale: #595959. Windows color (decimal): -9615980 or 9717101. OLE color: 9717101.

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

Color convert

RGB10969148-
CMYK0.260.5300.42
HSL270.38º36.41%42.55%-
HSV(B)270.38º53.38%58.04%-
XYZ13.789.6529.15-
YUV89.97160.75141.58-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.44%
GREEN value IS 69 (27.34% from 255) = 21.17%
BLUE value IS 148 (58.20% from 255) = 45.40%
R=33.44%
G=21.17%
B=45.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal109691480.260.5300.42270.3836.4142.55
Hex6D45941A3502A10e242b
Octal15510522432650524164453
Binary1101101100010110010100110101101010101010100001110100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,69,148); }

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

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

 a { background-color: rgb(109,69,148); }

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

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

 span { border-color: rgb(109,69,148); }

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