#6C3296

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

Shades of Royal Purple #6C3296

Tints of Royal Purple #6C3296

Color information

#6C3296 (or 0x6C3296) is unknown color: approx Royal Purple. HEX triplet: 6C, 32 and 96. RGB value is (108,50,150). Sum of RGB (Red+Green+Blue) = 108+50+150=308 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.06% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 150 (58.98% from 255 or 48.70% from 308); Max value from RGB is 150 - color contains mainly: blue. Hex color #6C3296 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3296 is #93CD69. Grayscale: #4E4E4E. Windows color (decimal): -9686378 or 9843308. OLE color: 9843308.

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

Color convert

RGB10850150-
CMYK0.280.6700.41
HSL274.8º50%39.22%-
HSV(B)274.8º66.67%58.82%-
XYZ12.837.6729.66-
YUV78.74168.22148.87-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.06%
GREEN value IS 50 (19.92% from 255) = 16.23%
BLUE value IS 150 (58.98% from 255) = 48.70%
R=35.06%
G=16.23%
B=48.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal108501500.280.6700.41274.85039.22
Hex6C32961C430291133227
Octal15462226341030514236247
Binary1101100110010100101101110010000110101001100010011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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