Html Css Color HEX #7D1978 Dark Purple

📋 copy color: '#7D1978'

red 125 ◦ green 25 ◦ blue 120

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

Shades of Dark Purple #7D1978

Tints of Dark Purple #7D1978

RGB

 RED value IS 125 (49.22% from 255) = 46.3%

 GREEN value IS 25 (10.16% from 255) = 9.26%

 BLUE value IS 120 (47.27% from 255) = 44.44%

R = 46.3%
G = 9.26%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#7D1978 (or 0x7D1978) is known color: Dark Purple. HEX triplet: 7D, 19 and 78. RGB value is (125,25,120). Sum of RGB (Red+Green+Blue) = 125+25+120=270 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.30% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 120 (47.27% from 255 or 44.44% from 270); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1978 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D1978 is #82E687. Grayscale: #414141. Windows color (decimal): -8578696 or 7870845. OLE color: 7870845.

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

Color convert

RGB 125 25 120 -
CMYK 0 0.8 0.04 0.51
HSL 303º 0.67% 0.29% -
HSV(B) 303º 0.8% 0.49% -
XYZ 12.2 6.41 18.36 -
YUV 65.73 158.63 170.28 -
System Red Green Blue C M Y K H S L
Decimal 125 25 120 0 0.8 0.04 0.51 303 0.67 0.29
Hex 7D 19 78 0 50 4 33 12F 43 1D
Octal 175 31 170 0 120 4 63 457 103 35
Binary 1111101 11001 1111000 0 1010000 100 110011 100101111 1000011 11101

Color Harmonies of #7D1978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1978

Black with #7D1978

Text Example


Text Example

White with #7D1978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,25,120); }

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

background-color css

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

 a { background-color: rgb(125,25,120); }

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

border-color css

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

 span { border-color: rgb(125,25,120); }

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