#6D3594

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

Shades of Royal Purple #6D3594

Tints of Royal Purple #6D3594

Color information

#6D3594 (or 0x6D3594) is unknown color: approx Royal Purple. HEX triplet: 6D, 35 and 94. RGB value is (109,53,148). Sum of RGB (Red+Green+Blue) = 109+53+148=310 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.16% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 148 (58.20% from 255 or 47.74% from 310); Max value from RGB is 148 - color contains mainly: blue. Hex color #6D3594 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3594 is #92CA6B. Grayscale: #505050. Windows color (decimal): -9620076 or 9713005. OLE color: 9713005.

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

Color convert

RGB10953148-
CMYK0.260.6400.42
HSL275.37º47.26%39.41%-
HSV(B)275.37º64.19%58.04%-
XYZ12.937.9428.87-
YUV80.57166.05148.28-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.16%
GREEN value IS 53 (21.09% from 255) = 17.10%
BLUE value IS 148 (58.20% from 255) = 47.74%
R=35.16%
G=17.10%
B=47.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal109531480.260.6400.42275.3747.2639.41
Hex6D35941A4002A1132f27
Octal15565224321000524235747
Binary1101101110101100101001101010000000101010100010011101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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