Html Css Color HEX #7E3A70 Dark Purple

📋 copy color: '#7E3A70'

red 126 ◦ green 58 ◦ blue 112

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

Shades of Dark Purple #7E3A70

Tints of Dark Purple #7E3A70

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.59%

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

R = 42.57%
G = 19.59%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#7E3A70 (or 0x7E3A70) is known color: Dark Purple. HEX triplet: 7E, 3A and 70. RGB value is (126,58,112). Sum of RGB (Red+Green+Blue) = 126+58+112=296 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.57% from 296); Green value is 58 (23.05% from 255 or 19.59% from 296); Blue value is 112 (44.14% from 255 or 37.84% from 296); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3A70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3A70 is #81C58F. Grayscale: #545454. Windows color (decimal): -8504720 or 7355006. OLE color: 7355006.

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

Color convert

RGB 126 58 112 -
CMYK 0 0.54 0.11 0.51
HSL 312.35º 0.37% 0.36% -
HSV(B) 312.35º 0.54% 0.49% -
XYZ 13.04 8.63 16.31 -
YUV 84.49 143.53 157.61 -
System Red Green Blue C M Y K H S L
Decimal 126 58 112 0 0.54 0.11 0.51 312.35 0.37 0.36
Hex 7E 3A 70 0 36 B 33 138 25 24
Octal 176 72 160 0 66 13 63 470 45 44
Binary 1111110 111010 1110000 0 110110 1011 110011 100111000 100101 100100

Color Harmonies of #7E3A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3A70

Black with #7E3A70

Text Example


Text Example

White with #7E3A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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