#6E2792

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

Shades of Vivid Violet #6E2792

Tints of Vivid Violet #6E2792

Color information

#6E2792 (or 0x6E2792) is unknown color: approx Vivid Violet. HEX triplet: 6E, 27 and 92. RGB value is (110,39,146). Sum of RGB (Red+Green+Blue) = 110+39+146=295 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.29% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #6E2792 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2792 is #91D86D. Grayscale: #484848. Windows color (decimal): -9558126 or 9578350. OLE color: 9578350.

HSL color Cylindrical-coordinate representation of color #6E2792: hue angle of 279.81º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6E2792 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11039146-
CMYK0.250.7300.43
HSL279.81º57.84%36.27%-
HSV(B)279.81º73.29%57.25%-
XYZ12.346.8427.86-
YUV72.43169.52154.8-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.29%
GREEN value IS 39 (15.62% from 255) = 13.22%
BLUE value IS 146 (57.42% from 255) = 49.49%
R=37.29%
G=13.22%
B=49.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal110391460.250.7300.43279.8157.8436.27
Hex6E2792194902B1183a24
Octal15647222311110534307244
Binary1101110100111100100101100110010010101011100011000111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,39,146); }

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

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

 a { background-color: rgb(110,39,146); }

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

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

 span { border-color: rgb(110,39,146); }

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