#6C3186

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

Shades of Vivid Violet #6C3186

Tints of Vivid Violet #6C3186

Color information

#6C3186 (or 0x6C3186) is unknown color: approx Vivid Violet. HEX triplet: 6C, 31 and 86. RGB value is (108,49,134). Sum of RGB (Red+Green+Blue) = 108+49+134=291 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.11% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 134 (52.73% from 255 or 46.05% from 291); Max value from RGB is 134 - color contains mainly: blue. Hex color #6C3186 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3186 is #93CE79. Grayscale: #4C4C4C. Windows color (decimal): -9686650 or 8794476. OLE color: 8794476.

HSL color Cylindrical-coordinate representation of color #6C3186: hue angle of 281.65º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6C3186 is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10849134-
CMYK0.190.6300.47
HSL281.65º46.45%35.88%-
HSV(B)281.65º63.43%52.55%-
XYZ11.597.1123.32-
YUV76.33160.55150.59-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.11%
GREEN value IS 49 (19.53% from 255) = 16.84%
BLUE value IS 134 (52.73% from 255) = 46.05%
R=37.11%
G=16.84%
B=46.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal108491340.190.6300.47281.6546.4535.88
Hex6C3186133F02F11a2e24
Octal1546120623770574325644
Binary110110011000110000110100111111110101111100011010101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,49,134); }

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

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

 a { background-color: rgb(108,49,134); }

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

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

 span { border-color: rgb(108,49,134); }

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