#6C198C

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

Shades of Vivid Violet #6C198C

Tints of Vivid Violet #6C198C

Color information

#6C198C (or 0x6C198C) is unknown color: approx Vivid Violet. HEX triplet: 6C, 19 and 8C. RGB value is (108,25,140). Sum of RGB (Red+Green+Blue) = 108+25+140=273 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.56% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 140 (55.08% from 255 or 51.28% from 273); Max value from RGB is 140 - color contains mainly: blue. Hex color #6C198C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C198C is #93E673. Grayscale: #3E3E3E. Windows color (decimal): -9692788 or 9181548. OLE color: 9181548.

HSL color Cylindrical-coordinate representation of color #6C198C: hue angle of 283.3º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6C198C is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10825140-
CMYK0.230.8200.45
HSL283.3º69.7%32.35%-
HSV(B)283.3º82.14%54.9%-
XYZ11.275.7825.33-
YUV62.93171.5160.15-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 39.56%
GREEN value IS 25 (10.16% from 255) = 9.16%
BLUE value IS 140 (55.08% from 255) = 51.28%
R=39.56%
G=9.16%
B=51.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal108251400.230.8200.45283.369.732.35
Hex6C198C175202D11b4620
Octal154312142712205543310640
Binary1101100110011000110010111101001001011011000110111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C198C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,25,140); }

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

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

 a { background-color: rgb(108,25,140); }

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

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

 span { border-color: rgb(108,25,140); }

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