Html Css Color HEX #7E1987 Dark Purple

📋 copy color: '#7E1987'

red 126 ◦ green 25 ◦ blue 135

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

Shades of Dark Purple #7E1987

Tints of Dark Purple #7E1987

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.74%

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

R = 44.06%
G = 8.74%
B = 47.2%

CMYK

 C value IS 0.07

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7E1987 (or 0x7E1987) is known color: Dark Purple. HEX triplet: 7E, 19 and 87. RGB value is (126,25,135). Sum of RGB (Red+Green+Blue) = 126+25+135=286 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.06% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 135 (53.12% from 255 or 47.20% from 286); Max value from RGB is 135 - color contains mainly: blue. Hex color #7E1987 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E1987 is #81E678. Grayscale: #434343. Windows color (decimal): -8513145 or 8853886. OLE color: 8853886.

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

Color convert

RGB 126 25 135 -
CMYK 0.07 0.81 0 0.47
HSL 295.09º 0.69% 0.31% -
HSV(B) 295.09º 0.81% 0.53% -
XYZ 13.32 6.88 23.55 -
YUV 67.74 165.96 169.56 -
System Red Green Blue C M Y K H S L
Decimal 126 25 135 0.07 0.81 0 0.47 295.09 0.69 0.31
Hex 7E 19 87 7 51 0 2F 127 45 1F
Octal 176 31 207 7 121 0 57 447 105 37
Binary 1111110 11001 10000111 111 1010001 0 101111 100100111 1000101 11111

Color Harmonies of #7E1987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1987

Black with #7E1987

Text Example


Text Example

White with #7E1987

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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