#6C2089

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

Shades of Vivid Violet #6C2089

Tints of Vivid Violet #6C2089

Color information

#6C2089 (or 0x6C2089) is unknown color: approx Vivid Violet. HEX triplet: 6C, 20 and 89. RGB value is (108,32,137). Sum of RGB (Red+Green+Blue) = 108+32+137=277 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.99% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 137 (53.91% from 255 or 49.46% from 277); Max value from RGB is 137 - color contains mainly: blue. Hex color #6C2089 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2089 is #93DF76. Grayscale: #424242. Windows color (decimal): -9690999 or 8986732. OLE color: 8986732.

HSL color Cylindrical-coordinate representation of color #6C2089: hue angle of 283.43º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6C2089 is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10832137-
CMYK0.210.7700.46
HSL283.43º62.13%33.14%-
HSV(B)283.43º76.64%53.73%-
XYZ11.226.0324.24-
YUV66.69167.68157.46-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.99%
GREEN value IS 32 (12.89% from 255) = 11.55%
BLUE value IS 137 (53.91% from 255) = 49.46%
R=38.99%
G=11.55%
B=49.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal108321370.210.7700.46283.4362.1333.14
Hex6C2089154D02E11b3e21
Octal15440211251150564337641
Binary1101100100000100010011010110011010101110100011011111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,32,137); }

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

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

 a { background-color: rgb(108,32,137); }

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

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

 span { border-color: rgb(108,32,137); }

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