Html Css Color HEX #7D016F Purple

📋 copy color: '#7D016F'

red 125 ◦ green 1 ◦ blue 111

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

Shades of Purple #7D016F

Tints of Purple #7D016F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

 BLUE value IS 111 (43.75% from 255) = 46.84%

R = 52.74%
G = 0.42%
B = 46.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#7D016F (or 0x7D016F) is known color: Purple. HEX triplet: 7D, 01 and 6F. RGB value is (125,1,111). Sum of RGB (Red+Green+Blue) = 125+1+111=237 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.74% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 111 (43.75% from 255 or 46.84% from 237); Max value from RGB is 125 - color contains mainly: red. Hex color #7D016F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D016F is #82FE90. Grayscale: #323232. Windows color (decimal): -8584849 or 7274877. OLE color: 7274877.

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

Color convert

RGB 125 1 111 -
CMYK 0 0.99 0.11 0.51
HSL 306.77º 0.98% 0.25% -
HSV(B) 306.77º 0.99% 0.49% -
XYZ 11.34 5.53 15.51 -
YUV 50.62 162.08 181.06 -
System Red Green Blue C M Y K H S L
Decimal 125 1 111 0 0.99 0.11 0.51 306.77 0.98 0.25
Hex 7D 1 6F 0 63 B 33 133 62 19
Octal 175 1 157 0 143 13 63 463 142 31
Binary 1111101 1 1101111 0 1100011 1011 110011 100110011 1100010 11001

Color Harmonies of #7D016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D016F

Black with #7D016F

Text Example


Text Example

White with #7D016F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,1,111); }

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

background-color css

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

 a { background-color: rgb(125,1,111); }

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

border-color css

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

 span { border-color: rgb(125,1,111); }

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