#6E1F94

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

Shades of Vivid Violet #6E1F94

Tints of Vivid Violet #6E1F94

Color information

#6E1F94 (or 0x6E1F94) is unknown color: approx Vivid Violet. HEX triplet: 6E, 1F and 94. RGB value is (110,31,148). Sum of RGB (Red+Green+Blue) = 110+31+148=289 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.06% from 289); Green value is 31 (12.5% from 255 or 10.73% from 289); Blue value is 148 (58.20% from 255 or 51.21% from 289); Max value from RGB is 148 - color contains mainly: blue. Hex color #6E1F94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E1F94 is #91E06B. Grayscale: #434343. Windows color (decimal): -9560172 or 9707374. OLE color: 9707374.

HSL color Cylindrical-coordinate representation of color #6E1F94: hue angle of 280.51º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6E1F94 is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11031148-
CMYK0.260.7900.42
HSL280.51º65.36%35.1%-
HSV(B)280.51º79.05%58.04%-
XYZ12.276.4328.61-
YUV67.96173.17157.99-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.06%
GREEN value IS 31 (12.5% from 255) = 10.73%
BLUE value IS 148 (58.20% from 255) = 51.21%
R=38.06%
G=10.73%
B=51.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal110311480.260.7900.42280.5165.3635.1
Hex6E1F941A4F02A1194123
Octal156372243211705243110143
Binary1101110111111001010011010100111101010101000110011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,31,148); }

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

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

 a { background-color: rgb(110,31,148); }

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

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

 span { border-color: rgb(110,31,148); }

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