#6C3097

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

Shades of Royal Purple #6C3097

Tints of Royal Purple #6C3097

Color information

#6C3097 (or 0x6C3097) is unknown color: approx Royal Purple. HEX triplet: 6C, 30 and 97. RGB value is (108,48,151). Sum of RGB (Red+Green+Blue) = 108+48+151=307 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.18% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 151 (59.38% from 255 or 49.19% from 307); Max value from RGB is 151 - color contains mainly: blue. Hex color #6C3097 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3097 is #93CF68. Grayscale: #4D4D4D. Windows color (decimal): -9686889 or 9908332. OLE color: 9908332.

HSL color Cylindrical-coordinate representation of color #6C3097: hue angle of 274.95º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6C3097 is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10848151-
CMYK0.280.6800.41
HSL274.95º51.76%39.02%-
HSV(B)274.95º68.21%59.22%-
XYZ12.837.5430.06-
YUV77.68169.38149.62-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.18%
GREEN value IS 48 (19.14% from 255) = 15.64%
BLUE value IS 151 (59.38% from 255) = 49.19%
R=35.18%
G=15.64%
B=49.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal108481510.280.6800.41274.9551.7639.02
Hex6C30971C440291133427
Octal15460227341040514236447
Binary1101100110000100101111110010001000101001100010011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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