#7E1B9B

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

Shades of Vivid Violet #7E1B9B

Tints of Vivid Violet #7E1B9B

Color information

#7E1B9B (or 0x7E1B9B) is unknown color: approx Vivid Violet. HEX triplet: 7E, 1B and 9B. RGB value is (126,27,155). Sum of RGB (Red+Green+Blue) = 126+27+155=308 (40% of max value = 765). Red value is 126 (49.61% from 255 or 40.91% from 308); Green value is 27 (10.94% from 255 or 8.77% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #7E1B9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E1B9B is #81E464. Grayscale: #464646. Windows color (decimal): -8512613 or 10165118. OLE color: 10165118.

HSL color Cylindrical-coordinate representation of color #7E1B9B: hue angle of 286.41º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7E1B9B is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12627155-
CMYK0.190.8300.39
HSL286.41º70.33%35.69%-
HSV(B)286.41º82.58%60.78%-
XYZ14.917.5931.69-
YUV71.19175.3167.09-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.91%
GREEN value IS 27 (10.94% from 255) = 8.77%
BLUE value IS 155 (60.94% from 255) = 50.32%
R=40.91%
G=8.77%
B=50.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal126271550.190.8300.39286.4170.3335.69
Hex7E1B9B135302711e4624
Octal176332332312304743610644
Binary1111110110111001101110011101001101001111000111101000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,27,155); }

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

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

 a { background-color: rgb(126,27,155); }

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

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

 span { border-color: rgb(126,27,155); }

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