Html Css Color HEX #7E1763 Dark Purple

📋 copy color: '#7E1763'

red 126 ◦ green 23 ◦ blue 99

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

Shades of Dark Purple #7E1763

Tints of Dark Purple #7E1763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 39.92%

R = 50.81%
G = 9.27%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.51

RGB Variations

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

Color information

#7E1763 (or 0x7E1763) is known color: Dark Purple. HEX triplet: 7E, 17 and 63. RGB value is (126,23,99). Sum of RGB (Red+Green+Blue) = 126+23+99=248 (32% of max value = 765). Red value is 126 (49.61% from 255 or 50.81% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1763 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E1763 is #81E89C. Grayscale: #3E3E3E. Windows color (decimal): -8513693 or 6494078. OLE color: 6494078.

HSL color Cylindrical-coordinate representation of color #7E1763: hue angle of 315.73º 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 #7E1763 is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 23 99 -
CMYK 0 0.82 0.21 0.51
HSL 315.73º 0.69% 0.29% -
HSV(B) 315.73º 0.82% 0.49% -
XYZ 11.16 5.95 12.36 -
YUV 62.46 148.62 173.32 -
System Red Green Blue C M Y K H S L
Decimal 126 23 99 0 0.82 0.21 0.51 315.73 0.69 0.29
Hex 7E 17 63 0 52 15 33 13C 45 1D
Octal 176 27 143 0 122 25 63 474 105 35
Binary 1111110 10111 1100011 0 1010010 10101 110011 100111100 1000101 11101

Color Harmonies of #7E1763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1763

Black with #7E1763

Text Example


Text Example

White with #7E1763

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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