#6E2693

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

Shades of Vivid Violet #6E2693

Tints of Vivid Violet #6E2693

Color information

#6E2693 (or 0x6E2693) is unknown color: approx Vivid Violet. HEX triplet: 6E, 26 and 93. RGB value is (110,38,147). Sum of RGB (Red+Green+Blue) = 110+38+147=295 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.29% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 147 (57.81% from 255 or 49.83% from 295); Max value from RGB is 147 - color contains mainly: blue. Hex color #6E2693 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2693 is #91D96C. Grayscale: #474747. Windows color (decimal): -9558381 or 9643630. OLE color: 9643630.

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

Color convert

RGB11038147-
CMYK0.250.7400.42
HSL279.63º58.92%36.27%-
HSV(B)279.63º74.15%57.65%-
XYZ12.396.8128.26-
YUV71.95170.35155.14-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.29%
GREEN value IS 38 (15.23% from 255) = 12.88%
BLUE value IS 147 (57.81% from 255) = 49.83%
R=37.29%
G=12.88%
B=49.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal110381470.250.7400.42279.6358.9236.27
Hex6E2693194A02A1183b24
Octal15646223311120524307344
Binary1101110100110100100111100110010100101010100011000111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,38,147); }

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

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

 a { background-color: rgb(110,38,147); }

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

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

 span { border-color: rgb(110,38,147); }

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