Html Css Color HEX #7E1C60 Dark Purple

📋 copy color: '#7E1C60'

red 126 ◦ green 28 ◦ blue 96

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

Shades of Dark Purple #7E1C60

Tints of Dark Purple #7E1C60

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.2%

 BLUE value IS 96 (37.89% from 255) = 38.4%

R = 50.4%
G = 11.2%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#7E1C60 (or 0x7E1C60) is known color: Dark Purple. HEX triplet: 7E, 1C and 60. RGB value is (126,28,96). Sum of RGB (Red+Green+Blue) = 126+28+96=250 (33% of max value = 765). Red value is 126 (49.61% from 255 or 50.4% from 250); Green value is 28 (11.33% from 255 or 11.2% from 250); Blue value is 96 (37.89% from 255 or 38.4% from 250); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1C60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E1C60 is #81E39F. Grayscale: #404040. Windows color (decimal): -8512416 or 6298750. OLE color: 6298750.

HSL color Cylindrical-coordinate representation of color #7E1C60: hue angle of 318.37º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7E1C60 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 28 96 -
CMYK 0 0.78 0.24 0.51
HSL 318.37º 0.64% 0.3% -
HSV(B) 318.37º 0.78% 0.49% -
XYZ 11.13 6.11 11.66 -
YUV 65.05 145.47 171.47 -
System Red Green Blue C M Y K H S L
Decimal 126 28 96 0 0.78 0.24 0.51 318.37 0.64 0.3
Hex 7E 1C 60 0 4E 18 33 13E 40 1E
Octal 176 34 140 0 116 30 63 476 100 36
Binary 1111110 11100 1100000 0 1001110 11000 110011 100111110 1000000 11110

Color Harmonies of #7E1C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1C60

Black with #7E1C60

Text Example


Text Example

White with #7E1C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,28,96); }

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

background-color css

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

 a { background-color: rgb(126,28,96); }

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

border-color css

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

 span { border-color: rgb(126,28,96); }

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