#6C198F

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

Shades of Vivid Violet #6C198F

Tints of Vivid Violet #6C198F

Color information

#6C198F (or 0x6C198F) is unknown color: approx Vivid Violet. HEX triplet: 6C, 19 and 8F. RGB value is (108,25,143). Sum of RGB (Red+Green+Blue) = 108+25+143=276 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.13% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 143 (56.25% from 255 or 51.81% from 276); Max value from RGB is 143 - color contains mainly: blue. Hex color #6C198F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C198F is #93E670. Grayscale: #3E3E3E. Windows color (decimal): -9692785 or 9378156. OLE color: 9378156.

HSL color Cylindrical-coordinate representation of color #6C198F: hue angle of 282.2º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6C198F is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10825143-
CMYK0.240.8300.44
HSL282.2º70.24%32.94%-
HSV(B)282.2º82.52%56.08%-
XYZ11.495.8726.51-
YUV63.27173159.91-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 39.13%
GREEN value IS 25 (10.16% from 255) = 9.06%
BLUE value IS 143 (56.25% from 255) = 51.81%
R=39.13%
G=9.06%
B=51.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal108251430.240.8300.44282.270.2432.94
Hex6C198F185302C11a4621
Octal154312173012305443210641
Binary1101100110011000111111000101001101011001000110101000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C198F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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