#6E3788

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

Shades of Vivid Violet #6E3788

Tints of Vivid Violet #6E3788

Color information

#6E3788 (or 0x6E3788) is unknown color: approx Vivid Violet. HEX triplet: 6E, 37 and 88. RGB value is (110,55,136). Sum of RGB (Red+Green+Blue) = 110+55+136=301 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.54% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 136 - color contains mainly: blue. Hex color #6E3788 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3788 is #91C877. Grayscale: #505050. Windows color (decimal): -9554040 or 8927086. OLE color: 8927086.

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

Color convert

RGB11055136-
CMYK0.190.6000.47
HSL280.74º42.41%37.45%-
HSV(B)280.74º59.56%53.33%-
XYZ12.247.8224.16-
YUV80.68159.22148.91-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.54%
GREEN value IS 55 (21.88% from 255) = 18.27%
BLUE value IS 136 (53.52% from 255) = 45.18%
R=36.54%
G=18.27%
B=45.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal110551360.190.6000.47280.7442.4137.45
Hex6E3788133C02F1192a25
Octal1566721023740574315245
Binary110111011011110001000100111111000101111100011001101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,55,136); }

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

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

 a { background-color: rgb(110,55,136); }

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

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

 span { border-color: rgb(110,55,136); }

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