Html Css Color HEX #7D0172 Purple

📋 copy color: '#7D0172'

red 125 ◦ green 1 ◦ blue 114

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

Shades of Purple #7D0172

Tints of Purple #7D0172

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 52.08%
G = 0.42%
B = 47.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#7D0172 (or 0x7D0172) is known color: Purple. HEX triplet: 7D, 01 and 72. RGB value is (125,1,114). Sum of RGB (Red+Green+Blue) = 125+1+114=240 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.08% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0172 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0172 is #82FE8D. Grayscale: #323232. Windows color (decimal): -8584846 or 7471485. OLE color: 7471485.

HSL color Cylindrical-coordinate representation of color #7D0172: hue angle of 305.32º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7D0172 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 1 114 -
CMYK 0 0.99 0.09 0.51
HSL 305.32º 0.98% 0.25% -
HSV(B) 305.32º 0.99% 0.49% -
XYZ 11.51 5.6 16.39 -
YUV 50.96 163.58 180.81 -
System Red Green Blue C M Y K H S L
Decimal 125 1 114 0 0.99 0.09 0.51 305.32 0.98 0.25
Hex 7D 1 72 0 63 9 33 131 62 19
Octal 175 1 162 0 143 11 63 461 142 31
Binary 1111101 1 1110010 0 1100011 1001 110011 100110001 1100010 11001

Color Harmonies of #7D0172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0172

Black with #7D0172

Text Example


Text Example

White with #7D0172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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