#6D3194

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

Shades of Royal Purple #6D3194

Tints of Royal Purple #6D3194

Color information

#6D3194 (or 0x6D3194) is unknown color: approx Royal Purple. HEX triplet: 6D, 31 and 94. RGB value is (109,49,148). Sum of RGB (Red+Green+Blue) = 109+49+148=306 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.62% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 148 (58.20% from 255 or 48.37% from 306); Max value from RGB is 148 - color contains mainly: blue. Hex color #6D3194 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3194 is #92CE6B. Grayscale: #4D4D4D. Windows color (decimal): -9621100 or 9711981. OLE color: 9711981.

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

Color convert

RGB10949148-
CMYK0.260.6700.42
HSL276.36º50.25%38.63%-
HSV(B)276.36º66.89%58.04%-
XYZ12.757.5928.81-
YUV78.23167.38149.95-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.62%
GREEN value IS 49 (19.53% from 255) = 16.01%
BLUE value IS 148 (58.20% from 255) = 48.37%
R=35.62%
G=16.01%
B=48.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal109491480.260.6700.42276.3650.2538.63
Hex6D31941A4302A1143227
Octal15561224321030524246247
Binary1101101110001100101001101010000110101010100010100110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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