#6E208F

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

Shades of Vivid Violet #6E208F

Tints of Vivid Violet #6E208F

Color information

#6E208F (or 0x6E208F) is unknown color: approx Vivid Violet. HEX triplet: 6E, 20 and 8F. RGB value is (110,32,143). Sum of RGB (Red+Green+Blue) = 110+32+143=285 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.60% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 143 (56.25% from 255 or 50.18% from 285); Max value from RGB is 143 - color contains mainly: blue. Hex color #6E208F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E208F is #91DF70. Grayscale: #434343. Windows color (decimal): -9559921 or 9379950. OLE color: 9379950.

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

Color convert

RGB11032143-
CMYK0.230.7800.44
HSL282.16º63.43%34.31%-
HSV(B)282.16º77.62%56.08%-
XYZ11.96.3326.58-
YUV67.98170.34157.97-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.60%
GREEN value IS 32 (12.89% from 255) = 11.23%
BLUE value IS 143 (56.25% from 255) = 50.18%
R=38.60%
G=11.23%
B=50.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal110321430.230.7800.44282.1663.4334.31
Hex6E208F174E02C11a3f22
Octal15640217271160544327742
Binary1101110100000100011111011110011100101100100011010111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E208F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,32,143); }

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

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

 a { background-color: rgb(110,32,143); }

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

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

 span { border-color: rgb(110,32,143); }

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