Html Css Color HEX #7E208D Vivid Violet

📋 copy color: '#7E208D'

red 126 ◦ green 32 ◦ blue 141

#7E208D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #7E208D

Tints of Vivid Violet #7E208D

RGB

 RED value IS 126 (49.61% from 255) = 42.14%

 GREEN value IS 32 (12.89% from 255) = 10.7%

 BLUE value IS 141 (55.47% from 255) = 47.16%

R = 42.14%
G = 10.7%
B = 47.16%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7E208D (or 0x7E208D) is known color: Vivid Violet. HEX triplet: 7E, 20 and 8D. RGB value is (126,32,141). Sum of RGB (Red+Green+Blue) = 126+32+141=299 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.14% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 141 - color contains mainly: blue. Hex color #7E208D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E208D is #81DF72. Grayscale: #484848. Windows color (decimal): -8511347 or 9248894. OLE color: 9248894.

HSL color Cylindrical-coordinate representation of color #7E208D: hue angle of 291.74º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7E208D is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 126 32 141 -
CMYK 0.11 0.77 0 0.45
HSL 291.74º 0.63% 0.34% -
HSV(B) 291.74º 0.77% 0.55% -
XYZ 13.93 7.39 25.89 -
YUV 72.53 166.64 166.14 -
System Red Green Blue C M Y K H S L
Decimal 126 32 141 0.11 0.77 0 0.45 291.74 0.63 0.34
Hex 7E 20 8D B 4D 0 2D 124 3F 22
Octal 176 40 215 13 115 0 55 444 77 42
Binary 1111110 100000 10001101 1011 1001101 0 101101 100100100 111111 100010

Color Harmonies of #7E208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E208D

Black with #7E208D

Text Example


Text Example

White with #7E208D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7E208D;
 }
 .AnyTagClassName
 {
   color: #7E208D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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