Html Css Color HEX #7D0486 Purple

📋 copy color: '#7D0486'

red 125 ◦ green 4 ◦ blue 134

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

Shades of Purple #7D0486

Tints of Purple #7D0486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 50.95%

R = 47.53%
G = 1.52%
B = 50.95%

CMYK

 C value IS 0.07

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7D0486 (or 0x7D0486) is known color: Purple. HEX triplet: 7D, 04 and 86. RGB value is (125,4,134). Sum of RGB (Red+Green+Blue) = 125+4+134=263 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.53% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 134 (52.73% from 255 or 50.95% from 263); Max value from RGB is 134 - color contains mainly: blue. Hex color #7D0486 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0486 is #82FB79. Grayscale: #363636. Windows color (decimal): -8584058 or 8782973. OLE color: 8782973.

HSL color Cylindrical-coordinate representation of color #7D0486: hue angle of 295.85º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7D0486 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 125 4 134 -
CMYK 0.07 0.97 0 0.47
HSL 295.85º 0.94% 0.27% -
HSV(B) 295.85º 0.97% 0.53% -
XYZ 12.8 6.17 23.07 -
YUV 55 172.59 177.93 -
System Red Green Blue C M Y K H S L
Decimal 125 4 134 0.07 0.97 0 0.47 295.85 0.94 0.27
Hex 7D 4 86 7 61 0 2F 128 5E 1B
Octal 175 4 206 7 141 0 57 450 136 33
Binary 1111101 100 10000110 111 1100001 0 101111 100101000 1011110 11011

Color Harmonies of #7D0486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0486

Black with #7D0486

Text Example


Text Example

White with #7D0486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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