#6E388E

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

Shades of Vivid Violet #6E388E

Tints of Vivid Violet #6E388E

Color information

#6E388E (or 0x6E388E) is unknown color: approx Vivid Violet. HEX triplet: 6E, 38 and 8E. RGB value is (110,56,142). Sum of RGB (Red+Green+Blue) = 110+56+142=308 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.71% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 142 (55.86% from 255 or 46.10% from 308); Max value from RGB is 142 - color contains mainly: blue. Hex color #6E388E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E388E is #91C771. Grayscale: #515151. Windows color (decimal): -9553778 or 9320558. OLE color: 9320558.

HSL color Cylindrical-coordinate representation of color #6E388E: hue angle of 277.67º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6E388E is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11056142-
CMYK0.230.6100.44
HSL277.67º43.43%38.82%-
HSV(B)277.67º60.56%55.69%-
XYZ12.738.126.48-
YUV81.95161.89148.01-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.71%
GREEN value IS 56 (22.27% from 255) = 18.18%
BLUE value IS 142 (55.86% from 255) = 46.10%
R=35.71%
G=18.18%
B=46.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal110561420.230.6100.44277.6743.4338.82
Hex6E388E173D02C1162b27
Octal1567021627750544265347
Binary110111011100010001110101111111010101100100010110101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E388E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,56,142); }

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

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

 a { background-color: rgb(110,56,142); }

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

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

 span { border-color: rgb(110,56,142); }

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