Html Css Color HEX #7E0E87 Purple

📋 copy color: '#7E0E87'

red 126 ◦ green 14 ◦ blue 135

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

Shades of Purple #7E0E87

Tints of Purple #7E0E87

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.09%

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

R = 45.82%
G = 5.09%
B = 49.09%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7E0E87 (or 0x7E0E87) is known color: Purple. HEX triplet: 7E, 0E and 87. RGB value is (126,14,135). Sum of RGB (Red+Green+Blue) = 126+14+135=275 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.82% from 275); Green value is 14 (5.86% from 255 or 5.09% from 275); Blue value is 135 (53.12% from 255 or 49.09% from 275); Max value from RGB is 135 - color contains mainly: blue. Hex color #7E0E87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0E87 is #81F178. Grayscale: #3C3C3C. Windows color (decimal): -8515961 or 8851070. OLE color: 8851070.

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

Color convert

RGB 126 14 135 -
CMYK 0.07 0.90 0 0.47
HSL 295.54º 0.81% 0.29% -
HSV(B) 295.54º 0.9% 0.53% -
XYZ 13.13 6.5 23.48 -
YUV 61.28 169.61 174.16 -
System Red Green Blue C M Y K H S L
Decimal 126 14 135 0.07 0.90 0 0.47 295.54 0.81 0.29
Hex 7E E 87 7 5A 0 2F 128 51 1D
Octal 176 16 207 7 132 0 57 450 121 35
Binary 1111110 1110 10000111 111 1011010 0 101111 100101000 1010001 11101

Color Harmonies of #7E0E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0E87

Black with #7E0E87

Text Example


Text Example

White with #7E0E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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