#6C3786

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

Shades of Vivid Violet #6C3786

Tints of Vivid Violet #6C3786

Color information

#6C3786 (or 0x6C3786) is unknown color: approx Vivid Violet. HEX triplet: 6C, 37 and 86. RGB value is (108,55,134). Sum of RGB (Red+Green+Blue) = 108+55+134=297 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.36% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 134 (52.73% from 255 or 45.12% from 297); Max value from RGB is 134 - color contains mainly: blue. Hex color #6C3786 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3786 is #93C879. Grayscale: #4F4F4F. Windows color (decimal): -9685114 or 8796012. OLE color: 8796012.

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

Color convert

RGB10855134-
CMYK0.190.5900.47
HSL280.25º41.8%37.06%-
HSV(B)280.25º58.96%52.55%-
XYZ11.857.6423.4-
YUV79.85158.56148.08-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.36%
GREEN value IS 55 (21.88% from 255) = 18.52%
BLUE value IS 134 (52.73% from 255) = 45.12%
R=36.36%
G=18.52%
B=45.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal108551340.190.5900.47280.2541.837.06
Hex6C3786133B02F1182a25
Octal1546720623730574305245
Binary110110011011110000110100111110110101111100011000101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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