#6C3094

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

Shades of Royal Purple #6C3094

Tints of Royal Purple #6C3094

Color information

#6C3094 (or 0x6C3094) is unknown color: approx Royal Purple. HEX triplet: 6C, 30 and 94. RGB value is (108,48,148). Sum of RGB (Red+Green+Blue) = 108+48+148=304 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.53% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 148 (58.20% from 255 or 48.68% from 304); Max value from RGB is 148 - color contains mainly: blue. Hex color #6C3094 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3094 is #93CF6B. Grayscale: #4D4D4D. Windows color (decimal): -9686892 or 9711724. OLE color: 9711724.

HSL color Cylindrical-coordinate representation of color #6C3094: hue angle of 276º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6C3094 is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10848148-
CMYK0.270.6800.42
HSL276º51.02%38.43%-
HSV(B)276º67.57%58.04%-
XYZ12.597.4428.79-
YUV77.34167.88149.87-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.53%
GREEN value IS 48 (19.14% from 255) = 15.79%
BLUE value IS 148 (58.20% from 255) = 48.68%
R=35.53%
G=15.79%
B=48.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal108481480.270.6800.4227651.0238.43
Hex6C30941B4402A1143326
Octal15460224331040524246346
Binary1101100110000100101001101110001000101010100010100110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,48,148); }

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

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

 a { background-color: rgb(108,48,148); }

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

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

 span { border-color: rgb(108,48,148); }

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