#7E359B

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

Shades of Vivid Violet #7E359B

Tints of Vivid Violet #7E359B

Color information

#7E359B (or 0x7E359B) is unknown color: approx Vivid Violet. HEX triplet: 7E, 35 and 9B. RGB value is (126,53,155). Sum of RGB (Red+Green+Blue) = 126+53+155=334 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.72% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 155 - color contains mainly: blue. Hex color #7E359B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E359B is #81CA64. Grayscale: #565656. Windows color (decimal): -8505957 or 10171774. OLE color: 10171774.

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

Color convert

RGB12653155-
CMYK0.190.6600.39
HSL282.94º49.04%40.78%-
HSV(B)282.94º65.81%60.78%-
XYZ15.799.3531.98-
YUV86.46166.68156.21-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.72%
GREEN value IS 53 (21.09% from 255) = 15.87%
BLUE value IS 155 (60.94% from 255) = 46.41%
R=37.72%
G=15.87%
B=46.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal126531550.190.6600.39282.9449.0440.78
Hex7E359B134202711b3129
Octal17665233231020474336151
Binary1111110110101100110111001110000100100111100011011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E359B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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