Html Css Color HEX #7D0475 Purple

📋 copy color: '#7D0475'

red 125 ◦ green 4 ◦ blue 117

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

Shades of Purple #7D0475

Tints of Purple #7D0475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 47.56%

R = 50.81%
G = 1.63%
B = 47.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#7D0475 (or 0x7D0475) is known color: Purple. HEX triplet: 7D, 04 and 75. RGB value is (125,4,117). Sum of RGB (Red+Green+Blue) = 125+4+117=246 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.81% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0475 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0475 is #82FB8A. Grayscale: #343434. Windows color (decimal): -8584075 or 7668861. OLE color: 7668861.

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

Color convert

RGB 125 4 117 -
CMYK 0 0.97 0.06 0.51
HSL 303.97º 0.94% 0.25% -
HSV(B) 303.97º 0.97% 0.49% -
XYZ 11.71 5.73 17.32 -
YUV 53.06 164.09 179.31 -
System Red Green Blue C M Y K H S L
Decimal 125 4 117 0 0.97 0.06 0.51 303.97 0.94 0.25
Hex 7D 4 75 0 61 6 33 130 5E 19
Octal 175 4 165 0 141 6 63 460 136 31
Binary 1111101 100 1110101 0 1100001 110 110011 100110000 1011110 11001

Color Harmonies of #7D0475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0475

Black with #7D0475

Text Example


Text Example

White with #7D0475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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