#6C159C

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

Shades of Vivid Violet #6C159C

Tints of Vivid Violet #6C159C

Color information

#6C159C (or 0x6C159C) is unknown color: approx Vivid Violet. HEX triplet: 6C, 15 and 9C. RGB value is (108,21,156). Sum of RGB (Red+Green+Blue) = 108+21+156=285 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.89% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 156 (61.33% from 255 or 54.74% from 285); Max value from RGB is 156 - color contains mainly: blue. Hex color #6C159C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C159C is #93EA63. Grayscale: #3D3D3D. Windows color (decimal): -9693796 or 10229100. OLE color: 10229100.

HSL color Cylindrical-coordinate representation of color #6C159C: hue angle of 278.67º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6C159C is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10821156-
CMYK0.310.8700.39
HSL278.67º76.27%34.71%-
HSV(B)278.67º86.54%61.18%-
XYZ12.456.1231.98-
YUV62.4180.82160.52-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.89%
GREEN value IS 21 (8.59% from 255) = 7.37%
BLUE value IS 156 (61.33% from 255) = 54.74%
R=37.89%
G=7.37%
B=54.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal108211560.310.8700.39278.6776.2734.71
Hex6C159C1F570271174c23
Octal154252343712704742711443
Binary1101100101011001110011111101011101001111000101111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C159C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,21,156); }

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

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

 a { background-color: rgb(108,21,156); }

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

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

 span { border-color: rgb(108,21,156); }

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