Html Css Color HEX #7E175E Dark Purple

📋 copy color: '#7E175E'

red 126 ◦ green 23 ◦ blue 94

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

Shades of Dark Purple #7E175E

Tints of Dark Purple #7E175E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.47%

 BLUE value IS 94 (37.11% from 255) = 38.68%

R = 51.85%
G = 9.47%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#7E175E (or 0x7E175E) is known color: Dark Purple. HEX triplet: 7E, 17 and 5E. RGB value is (126,23,94). Sum of RGB (Red+Green+Blue) = 126+23+94=243 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.85% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 126 - color contains mainly: red. Hex color #7E175E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E175E is #81E8A1. Grayscale: #3D3D3D. Windows color (decimal): -8513698 or 6166398. OLE color: 6166398.

HSL color Cylindrical-coordinate representation of color #7E175E: hue angle of 318.64º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7E175E is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 23 94 -
CMYK 0 0.82 0.25 0.51
HSL 318.64º 0.69% 0.29% -
HSV(B) 318.64º 0.82% 0.49% -
XYZ 10.93 5.86 11.14 -
YUV 61.89 146.12 173.73 -
System Red Green Blue C M Y K H S L
Decimal 126 23 94 0 0.82 0.25 0.51 318.64 0.69 0.29
Hex 7E 17 5E 0 52 19 33 13F 45 1D
Octal 176 27 136 0 122 31 63 477 105 35
Binary 1111110 10111 1011110 0 1010010 11001 110011 100111111 1000101 11101

Color Harmonies of #7E175E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E175E

Black with #7E175E

Text Example


Text Example

White with #7E175E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,23,94); }

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

background-color css

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

 a { background-color: rgb(126,23,94); }

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

border-color css

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

 span { border-color: rgb(126,23,94); }

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