#6C3997

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

Shades of Royal Purple #6C3997

Tints of Royal Purple #6C3997

Color information

#6C3997 (or 0x6C3997) is unknown color: approx Royal Purple. HEX triplet: 6C, 39 and 97. RGB value is (108,57,151). Sum of RGB (Red+Green+Blue) = 108+57+151=316 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.18% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 151 (59.38% from 255 or 47.78% from 316); Max value from RGB is 151 - color contains mainly: blue. Hex color #6C3997 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3997 is #93C668. Grayscale: #525252. Windows color (decimal): -9684585 or 9910636. OLE color: 9910636.

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

Color convert

RGB10857151-
CMYK0.280.6200.41
HSL272.55º45.19%40.78%-
HSV(B)272.55º62.25%59.22%-
XYZ13.238.3530.19-
YUV82.96166.4145.86-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.18%
GREEN value IS 57 (22.66% from 255) = 18.04%
BLUE value IS 151 (59.38% from 255) = 47.78%
R=34.18%
G=18.04%
B=47.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal108571510.280.6200.41272.5545.1940.78
Hex6C39971C3E0291112d29
Octal1547122734760514215551
Binary110110011100110010111111001111100101001100010001101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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