Html Css Color HEX #7E1461 Dark Purple

📋 copy color: '#7E1461'

red 126 ◦ green 20 ◦ blue 97

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

Shades of Dark Purple #7E1461

Tints of Dark Purple #7E1461

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.23%

 BLUE value IS 97 (38.28% from 255) = 39.92%

R = 51.85%
G = 8.23%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#7E1461 (or 0x7E1461) is known color: Dark Purple. HEX triplet: 7E, 14 and 61. RGB value is (126,20,97). Sum of RGB (Red+Green+Blue) = 126+20+97=243 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.85% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 97 (38.28% from 255 or 39.92% from 243); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E1461 is #81EB9E. Grayscale: #3C3C3C. Windows color (decimal): -8514463 or 6362238. OLE color: 6362238.

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

Color convert

RGB 126 20 97 -
CMYK 0 0.84 0.23 0.51
HSL 316.42º 0.73% 0.29% -
HSV(B) 316.42º 0.84% 0.49% -
XYZ 11.01 5.8 11.85 -
YUV 60.47 148.62 174.74 -
System Red Green Blue C M Y K H S L
Decimal 126 20 97 0 0.84 0.23 0.51 316.42 0.73 0.29
Hex 7E 14 61 0 54 17 33 13C 49 1D
Octal 176 24 141 0 124 27 63 474 111 35
Binary 1111110 10100 1100001 0 1010100 10111 110011 100111100 1001001 11101

Color Harmonies of #7E1461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1461

Black with #7E1461

Text Example


Text Example

White with #7E1461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,20,97); }

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

background-color css

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

 a { background-color: rgb(126,20,97); }

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

border-color css

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

 span { border-color: rgb(126,20,97); }

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