Html Css Color HEX #7D0479 Purple

📋 copy color: '#7D0479'

red 125 ◦ green 4 ◦ blue 121

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

Shades of Purple #7D0479

Tints of Purple #7D0479

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.6%

 BLUE value IS 121 (47.66% from 255) = 48.4%

R = 50%
G = 1.6%
B = 48.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.51

RGB Variations

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

Color information

#7D0479 (or 0x7D0479) is known color: Purple. HEX triplet: 7D, 04 and 79. RGB value is (125,4,121). Sum of RGB (Red+Green+Blue) = 125+4+121=250 (33% of max value = 765). Red value is 125 (49.22% from 255 or 50% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 121 (47.66% from 255 or 48.4% from 250); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0479 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0479 is #82FB86. Grayscale: #353535. Windows color (decimal): -8584071 or 7931005. OLE color: 7931005.

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

Color convert

RGB 125 4 121 -
CMYK 0 0.97 0.03 0.51
HSL 301.98º 0.94% 0.25% -
HSV(B) 301.98º 0.97% 0.49% -
XYZ 11.95 5.83 18.58 -
YUV 53.52 166.09 178.99 -
System Red Green Blue C M Y K H S L
Decimal 125 4 121 0 0.97 0.03 0.51 301.98 0.94 0.25
Hex 7D 4 79 0 61 3 33 12E 5E 19
Octal 175 4 171 0 141 3 63 456 136 31
Binary 1111101 100 1111001 0 1100001 11 110011 100101110 1011110 11001

Color Harmonies of #7D0479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0479

Black with #7D0479

Text Example


Text Example

White with #7D0479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,4,121); }

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

background-color css

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

 a { background-color: rgb(125,4,121); }

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

border-color css

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

 span { border-color: rgb(125,4,121); }

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