#6C2491

Color #6C2491 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #6C2491

Tints of Vivid Violet #6C2491

Color information

#6C2491 (or 0x6C2491) is unknown color: approx Vivid Violet. HEX triplet: 6C, 24 and 91. RGB value is (108,36,145). Sum of RGB (Red+Green+Blue) = 108+36+145=289 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.37% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 145 (57.03% from 255 or 50.17% from 289); Max value from RGB is 145 - color contains mainly: blue. Hex color #6C2491 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2491 is #93DB6E. Grayscale: #454545. Windows color (decimal): -9689967 or 9512044. OLE color: 9512044.

HSL color Cylindrical-coordinate representation of color #6C2491: hue angle of 279.63º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6C2491 is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10836145-
CMYK0.260.7500.43
HSL279.63º60.22%35.49%-
HSV(B)279.63º75.17%56.86%-
XYZ11.936.4927.41-
YUV69.95170.35155.14-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.37%
GREEN value IS 36 (14.45% from 255) = 12.46%
BLUE value IS 145 (57.03% from 255) = 50.17%
R=37.37%
G=12.46%
B=50.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal108361450.260.7500.43279.6360.2235.49
Hex6C24911A4B02B1183c23
Octal15444221321130534307443
Binary1101100100100100100011101010010110101011100011000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,36,145); }

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

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

 a { background-color: rgb(108,36,145); }

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

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

 span { border-color: rgb(108,36,145); }

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