#6C2597

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

Shades of Royal Purple #6C2597

Tints of Royal Purple #6C2597

Color information

#6C2597 (or 0x6C2597) is unknown color: approx Royal Purple. HEX triplet: 6C, 25 and 97. RGB value is (108,37,151). Sum of RGB (Red+Green+Blue) = 108+37+151=296 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.49% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 151 (59.38% from 255 or 51.01% from 296); Max value from RGB is 151 - color contains mainly: blue. Hex color #6C2597 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2597 is #93DA68. Grayscale: #464646. Windows color (decimal): -9689705 or 9905516. OLE color: 9905516.

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

Color convert

RGB10837151-
CMYK0.280.7500.41
HSL277.37º60.64%36.86%-
HSV(B)277.37º75.5%59.22%-
XYZ12.436.7529.92-
YUV71.22173.02154.23-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.49%
GREEN value IS 37 (14.84% from 255) = 12.5%
BLUE value IS 151 (59.38% from 255) = 51.01%
R=36.49%
G=12.5%
B=51.01%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal108371510.280.7500.41277.3760.6436.86
Hex6C25971C4B0291153d25
Octal15445227341130514257545
Binary1101100100101100101111110010010110101001100010101111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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