Html Css Color HEX #7D006F Purple

📋 copy color: '#7D006F'

red 125 ◦ green 0 ◦ blue 111

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

Shades of Purple #7D006F

Tints of Purple #7D006F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.97%
G = 0%
B = 47.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#7D006F (or 0x7D006F) is known color: Purple. HEX triplet: 7D, 00 and 6F. RGB value is (125,0,111). Sum of RGB (Red+Green+Blue) = 125+0+111=236 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.97% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 111 (43.75% from 255 or 47.03% from 236); Max value from RGB is 125 - color contains mainly: red. Hex color #7D006F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D006F is #82FF90. Grayscale: #313131. Windows color (decimal): -8585105 or 7274621. OLE color: 7274621.

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

Color convert

RGB 125 0 111 -
CMYK 0 1 0.11 0.51
HSL 306.72º 1% 0.25% -
HSV(B) 306.72º 1% 0.49% -
XYZ 11.33 5.51 15.51 -
YUV 50.03 162.41 181.47 -
System Red Green Blue C M Y K H S L
Decimal 125 0 111 0 1 0.11 0.51 306.72 1 0.25
Hex 7D 0 6F 0 64 B 33 133 64 19
Octal 175 0 157 0 144 13 63 463 144 31
Binary 1111101 0 1101111 0 1100100 1011 110011 100110011 1100100 11001

Color Harmonies of #7D006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D006F

Black with #7D006F

Text Example


Text Example

White with #7D006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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