#6D3894

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

Shades of Royal Purple #6D3894

Tints of Royal Purple #6D3894

Color information

#6D3894 (or 0x6D3894) is unknown color: approx Royal Purple. HEX triplet: 6D, 38 and 94. RGB value is (109,56,148). Sum of RGB (Red+Green+Blue) = 109+56+148=313 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.82% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 148 (58.20% from 255 or 47.28% from 313); Max value from RGB is 148 - color contains mainly: blue. Hex color #6D3894 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3894 is #92C76B. Grayscale: #525252. Windows color (decimal): -9619308 or 9713773. OLE color: 9713773.

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

Color convert

RGB10956148-
CMYK0.260.6200.42
HSL274.57º45.1%40%-
HSV(B)274.57º62.16%58.04%-
XYZ13.078.2228.91-
YUV82.34165.06147.02-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.82%
GREEN value IS 56 (22.27% from 255) = 17.89%
BLUE value IS 148 (58.20% from 255) = 47.28%
R=34.82%
G=17.89%
B=47.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal109561480.260.6200.42274.5745.140
Hex6D38941A3E02A1132d28
Octal1557022432760524235550
Binary110110111100010010100110101111100101010100010011101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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