#7E1F94

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

Shades of Vivid Violet #7E1F94

Tints of Vivid Violet #7E1F94

Color information

#7E1F94 (or 0x7E1F94) is unknown color: approx Vivid Violet. HEX triplet: 7E, 1F and 94. RGB value is (126,31,148). Sum of RGB (Red+Green+Blue) = 126+31+148=305 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.31% from 305); Green value is 31 (12.5% from 255 or 10.16% from 305); Blue value is 148 (58.20% from 255 or 48.52% from 305); Max value from RGB is 148 - color contains mainly: blue. Hex color #7E1F94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E1F94 is #81E06B. Grayscale: #484848. Windows color (decimal): -8511596 or 9707390. OLE color: 9707390.

HSL color Cylindrical-coordinate representation of color #7E1F94: hue angle of 288.72º 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 #7E1F94 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12631148-
CMYK0.150.7900.42
HSL288.72º65.36%35.1%-
HSV(B)288.72º79.05%58.04%-
XYZ14.447.5528.71-
YUV72.74170.47165.99-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 41.31%
GREEN value IS 31 (12.5% from 255) = 10.16%
BLUE value IS 148 (58.20% from 255) = 48.52%
R=41.31%
G=10.16%
B=48.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal126311480.150.7900.42288.7265.3635.1
Hex7E1F94F4F02A1214123
Octal176372241711705244110143
Binary111111011111100101001111100111101010101001000011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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