Html Css Color HEX #7E4887 Vivid Violet

📋 copy color: '#7E4887'

red 126 ◦ green 72 ◦ blue 135

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

Shades of Vivid Violet #7E4887

Tints of Vivid Violet #7E4887

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.62%

 BLUE value IS 135 (53.13% from 255) = 40.54%

R = 37.84%
G = 21.62%
B = 40.54%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7E4887 (or 0x7E4887) is known color: Vivid Violet. HEX triplet: 7E, 48 and 87. RGB value is (126,72,135). Sum of RGB (Red+Green+Blue) = 126+72+135=333 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.84% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 135 (53.12% from 255 or 40.54% from 333); Max value from RGB is 135 - color contains mainly: blue. Hex color #7E4887 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E4887 is #81B778. Grayscale: #5F5F5F. Windows color (decimal): -8501113 or 8865918. OLE color: 8865918.

HSL color Cylindrical-coordinate representation of color #7E4887: hue angle of 291.43º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E4887 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 126 72 135 -
CMYK 0.07 0.47 0 0.47
HSL 291.43º 0.3% 0.41% -
HSV(B) 291.43º 0.47% 0.53% -
XYZ 15.29 10.82 24.2 -
YUV 95.33 150.39 149.88 -
System Red Green Blue C M Y K H S L
Decimal 126 72 135 0.07 0.47 0 0.47 291.43 0.3 0.41
Hex 7E 48 87 7 2F 0 2F 123 1E 29
Octal 176 110 207 7 57 0 57 443 36 51
Binary 1111110 1001000 10000111 111 101111 0 101111 100100011 11110 101001

Color Harmonies of #7E4887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4887

Black with #7E4887

Text Example


Text Example

White with #7E4887

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,72,135); }

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

background-color css

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

 a { background-color: rgb(126,72,135); }

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

border-color css

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

 span { border-color: rgb(126,72,135); }

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