Html Css Color HEX #7D0971 Purple

📋 copy color: '#7D0971'

red 125 ◦ green 9 ◦ blue 113

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

Shades of Purple #7D0971

Tints of Purple #7D0971

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.64%

 BLUE value IS 113 (44.53% from 255) = 45.75%

R = 50.61%
G = 3.64%
B = 45.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#7D0971 (or 0x7D0971) is known color: Purple. HEX triplet: 7D, 09 and 71. RGB value is (125,9,113). Sum of RGB (Red+Green+Blue) = 125+9+113=247 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.61% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 113 (44.53% from 255 or 45.75% from 247); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0971 is #82F68E. Grayscale: #373737. Windows color (decimal): -8582799 or 7407997. OLE color: 7407997.

HSL color Cylindrical-coordinate representation of color #7D0971: hue angle of 306.21º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7D0971 is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 9 113 -
CMYK 0 0.93 0.10 0.51
HSL 306.21º 0.87% 0.26% -
HSV(B) 306.21º 0.93% 0.49% -
XYZ 11.54 5.75 16.12 -
YUV 55.54 160.43 177.54 -
System Red Green Blue C M Y K H S L
Decimal 125 9 113 0 0.93 0.10 0.51 306.21 0.87 0.26
Hex 7D 9 71 0 5D A 33 132 57 1A
Octal 175 11 161 0 135 12 63 462 127 32
Binary 1111101 1001 1110001 0 1011101 1010 110011 100110010 1010111 11010

Color Harmonies of #7D0971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0971

Black with #7D0971

Text Example


Text Example

White with #7D0971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,9,113); }

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

background-color css

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

 a { background-color: rgb(125,9,113); }

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

border-color css

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

 span { border-color: rgb(125,9,113); }

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