Html Css Color HEX #7D0972 Purple

📋 copy color: '#7D0972'

red 125 ◦ green 9 ◦ blue 114

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

Shades of Purple #7D0972

Tints of Purple #7D0972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 45.97%

R = 50.4%
G = 3.63%
B = 45.97%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#7D0972 (or 0x7D0972) is known color: Purple. HEX triplet: 7D, 09 and 72. RGB value is (125,9,114). Sum of RGB (Red+Green+Blue) = 125+9+114=248 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.40% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 114 (44.92% from 255 or 45.97% from 248); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0972 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0972 is #82F68D. Grayscale: #373737. Windows color (decimal): -8582798 or 7473533. OLE color: 7473533.

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

Color convert

RGB 125 9 114 -
CMYK 0 0.93 0.09 0.51
HSL 305.69º 0.87% 0.26% -
HSV(B) 305.69º 0.93% 0.49% -
XYZ 11.59 5.77 16.42 -
YUV 55.65 160.93 177.46 -
System Red Green Blue C M Y K H S L
Decimal 125 9 114 0 0.93 0.09 0.51 305.69 0.87 0.26
Hex 7D 9 72 0 5D 9 33 132 57 1A
Octal 175 11 162 0 135 11 63 462 127 32
Binary 1111101 1001 1110010 0 1011101 1001 110011 100110010 1010111 11010

Color Harmonies of #7D0972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0972

Black with #7D0972

Text Example


Text Example

White with #7D0972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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