Html Css Color HEX #7E2883 Vivid Violet

📋 copy color: '#7E2883'

red 126 ◦ green 40 ◦ blue 131

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

Shades of Vivid Violet #7E2883

Tints of Vivid Violet #7E2883

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.47%

 BLUE value IS 131 (51.56% from 255) = 44.11%

R = 42.42%
G = 13.47%
B = 44.11%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7E2883 (or 0x7E2883) is known color: Vivid Violet. HEX triplet: 7E, 28 and 83. RGB value is (126,40,131). Sum of RGB (Red+Green+Blue) = 126+40+131=297 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.42% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 131 (51.56% from 255 or 44.11% from 297); Max value from RGB is 131 - color contains mainly: blue. Hex color #7E2883 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E2883 is #81D77C. Grayscale: #4B4B4B. Windows color (decimal): -8509309 or 8595582. OLE color: 8595582.

HSL color Cylindrical-coordinate representation of color #7E2883: hue angle of 296.7º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7E2883 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 126 40 131 -
CMYK 0.04 0.69 0 0.49
HSL 296.7º 0.53% 0.34% -
HSV(B) 296.7º 0.69% 0.51% -
XYZ 13.46 7.59 22.23 -
YUV 76.09 158.99 163.6 -
System Red Green Blue C M Y K H S L
Decimal 126 40 131 0.04 0.69 0 0.49 296.7 0.53 0.34
Hex 7E 28 83 4 45 0 31 129 35 22
Octal 176 50 203 4 105 0 61 451 65 42
Binary 1111110 101000 10000011 100 1000101 0 110001 100101001 110101 100010

Color Harmonies of #7E2883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2883

Black with #7E2883

Text Example


Text Example

White with #7E2883

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,40,131); }

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

background-color css

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

 a { background-color: rgb(126,40,131); }

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

border-color css

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

 span { border-color: rgb(126,40,131); }

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