#6C4197

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

Shades of Royal Purple #6C4197

Tints of Royal Purple #6C4197

Color information

#6C4197 (or 0x6C4197) is unknown color: approx Royal Purple. HEX triplet: 6C, 41 and 97. RGB value is (108,65,151). Sum of RGB (Red+Green+Blue) = 108+65+151=324 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.33% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 151 (59.38% from 255 or 46.60% from 324); Max value from RGB is 151 - color contains mainly: blue. Hex color #6C4197 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C4197 is #93BE68. Grayscale: #575757. Windows color (decimal): -9682537 or 9912684. OLE color: 9912684.

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

Color convert

RGB10865151-
CMYK0.280.5700.41
HSL270º39.81%42.35%-
HSV(B)270º56.95%59.22%-
XYZ13.669.230.33-
YUV87.66163.75142.51-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.33%
GREEN value IS 65 (25.78% from 255) = 20.06%
BLUE value IS 151 (59.38% from 255) = 46.60%
R=33.33%
G=20.06%
B=46.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal108651510.280.5700.4127039.8142.35
Hex6C41971C3902910e282a
Octal15410122734710514165052
Binary1101100100000110010111111001110010101001100001110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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