#7E209D

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

Shades of Vivid Violet #7E209D

Tints of Vivid Violet #7E209D

Color information

#7E209D (or 0x7E209D) is unknown color: approx Vivid Violet. HEX triplet: 7E, 20 and 9D. RGB value is (126,32,157). Sum of RGB (Red+Green+Blue) = 126+32+157=315 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #7E209D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E209D is #81DF62. Grayscale: #494949. Windows color (decimal): -8511331 or 10297470. OLE color: 10297470.

HSL color Cylindrical-coordinate representation of color #7E209D: hue angle of 285.12º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7E209D is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12632157-
CMYK0.200.8000.38
HSL285.12º66.14%37.06%-
HSV(B)285.12º79.62%61.57%-
XYZ15.217.932.62-
YUV74.36174.64164.84-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40%
GREEN value IS 32 (12.89% from 255) = 10.16%
BLUE value IS 157 (61.72% from 255) = 49.84%
R=40%
G=10.16%
B=49.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal126321570.200.8000.38285.1266.1437.06
Hex7E209D145002611d4225
Octal176402352412004643510245
Binary11111101000001001110110100101000001001101000111011000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E209D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,32,157); }

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

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

 a { background-color: rgb(126,32,157); }

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

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

 span { border-color: rgb(126,32,157); }

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