Html Css Color HEX #7D0477 Purple

📋 copy color: '#7D0477'

red 125 ◦ green 4 ◦ blue 119

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

Shades of Purple #7D0477

Tints of Purple #7D0477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 47.98%

R = 50.4%
G = 1.61%
B = 47.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.51

RGB Variations

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

Color information

#7D0477 (or 0x7D0477) is known color: Purple. HEX triplet: 7D, 04 and 77. RGB value is (125,4,119). Sum of RGB (Red+Green+Blue) = 125+4+119=248 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.40% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 119 (46.88% from 255 or 47.98% from 248); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0477 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0477 is #82FB88. Grayscale: #343434. Windows color (decimal): -8584073 or 7799933. OLE color: 7799933.

HSL color Cylindrical-coordinate representation of color #7D0477: hue angle of 302.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 #7D0477 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 4 119 -
CMYK 0 0.97 0.05 0.51
HSL 302.98º 0.94% 0.25% -
HSV(B) 302.98º 0.97% 0.49% -
XYZ 11.83 5.78 17.94 -
YUV 53.29 165.09 179.15 -
System Red Green Blue C M Y K H S L
Decimal 125 4 119 0 0.97 0.05 0.51 302.98 0.94 0.25
Hex 7D 4 77 0 61 5 33 12F 5E 19
Octal 175 4 167 0 141 5 63 457 136 31
Binary 1111101 100 1110111 0 1100001 101 110011 100101111 1011110 11001

Color Harmonies of #7D0477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0477

Black with #7D0477

Text Example


Text Example

White with #7D0477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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