Html Css Color HEX #7D0879 Purple

📋 copy color: '#7D0879'

red 125 ◦ green 8 ◦ blue 121

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

Shades of Purple #7D0879

Tints of Purple #7D0879

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.15%

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

R = 49.21%
G = 3.15%
B = 47.64%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.51

RGB Variations

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

Color information

#7D0879 (or 0x7D0879) is known color: Purple. HEX triplet: 7D, 08 and 79. RGB value is (125,8,121). Sum of RGB (Red+Green+Blue) = 125+8+121=254 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.21% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 121 (47.66% from 255 or 47.64% from 254); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0879 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0879 is #82F786. Grayscale: #373737. Windows color (decimal): -8583047 or 7932029. OLE color: 7932029.

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

Color convert

RGB 125 8 121 -
CMYK 0 0.94 0.03 0.51
HSL 302.05º 0.88% 0.26% -
HSV(B) 302.05º 0.94% 0.49% -
XYZ 12 5.91 18.6 -
YUV 55.87 164.76 177.31 -
System Red Green Blue C M Y K H S L
Decimal 125 8 121 0 0.94 0.03 0.51 302.05 0.88 0.26
Hex 7D 8 79 0 5E 3 33 12E 58 1A
Octal 175 10 171 0 136 3 63 456 130 32
Binary 1111101 1000 1111001 0 1011110 11 110011 100101110 1011000 11010

Color Harmonies of #7D0879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0879

Black with #7D0879

Text Example


Text Example

White with #7D0879

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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