Html Css Color HEX #7E3970 Dark Purple

📋 copy color: '#7E3970'

red 126 ◦ green 57 ◦ blue 112

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

Shades of Dark Purple #7E3970

Tints of Dark Purple #7E3970

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.32%

 BLUE value IS 112 (44.14% from 255) = 37.97%

R = 42.71%
G = 19.32%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#7E3970 (or 0x7E3970) is known color: Dark Purple. HEX triplet: 7E, 39 and 70. RGB value is (126,57,112). Sum of RGB (Red+Green+Blue) = 126+57+112=295 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.71% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3970 is #81C68F. Grayscale: #535353. Windows color (decimal): -8504976 or 7354750. OLE color: 7354750.

HSL color Cylindrical-coordinate representation of color #7E3970: hue angle of 312.17º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7E3970 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 57 112 -
CMYK 0 0.55 0.11 0.51
HSL 312.17º 0.38% 0.36% -
HSV(B) 312.17º 0.55% 0.49% -
XYZ 12.99 8.53 16.29 -
YUV 83.9 143.86 158.03 -
System Red Green Blue C M Y K H S L
Decimal 126 57 112 0 0.55 0.11 0.51 312.17 0.38 0.36
Hex 7E 39 70 0 37 B 33 138 26 24
Octal 176 71 160 0 67 13 63 470 46 44
Binary 1111110 111001 1110000 0 110111 1011 110011 100111000 100110 100100

Color Harmonies of #7E3970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3970

Black with #7E3970

Text Example


Text Example

White with #7E3970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,57,112); }

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

background-color css

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

 a { background-color: rgb(126,57,112); }

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

border-color css

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

 span { border-color: rgb(126,57,112); }

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