#6C2596

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

Shades of Royal Purple #6C2596

Tints of Royal Purple #6C2596

Color information

#6C2596 (or 0x6C2596) is unknown color: approx Royal Purple. HEX triplet: 6C, 25 and 96. RGB value is (108,37,150). Sum of RGB (Red+Green+Blue) = 108+37+150=295 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.61% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 150 (58.98% from 255 or 50.85% from 295); Max value from RGB is 150 - color contains mainly: blue. Hex color #6C2596 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2596 is #93DA69. Grayscale: #464646. Windows color (decimal): -9689706 or 9839980. OLE color: 9839980.

HSL color Cylindrical-coordinate representation of color #6C2596: hue angle of 277.7º degrees, saturation: 0.6, 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 #6C2596 is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10837150-
CMYK0.280.7500.41
HSL277.7º60.43%36.67%-
HSV(B)277.7º75.33%58.82%-
XYZ12.356.7129.5-
YUV71.11172.52154.31-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.61%
GREEN value IS 37 (14.84% from 255) = 12.54%
BLUE value IS 150 (58.98% from 255) = 50.85%
R=36.61%
G=12.54%
B=50.85%

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
Decimal108371500.280.7500.41277.760.4336.67
Hex6C25961C4B0291163c25
Octal15445226341130514267445
Binary1101100100101100101101110010010110101001100010110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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