Html Css Color HEX #7D076E Purple

📋 copy color: '#7D076E'

red 125 ◦ green 7 ◦ blue 110

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

Shades of Purple #7D076E

Tints of Purple #7D076E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.89%

 BLUE value IS 110 (43.36% from 255) = 45.45%

R = 51.65%
G = 2.89%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#7D076E (or 0x7D076E) is known color: Purple. HEX triplet: 7D, 07 and 6E. RGB value is (125,7,110). Sum of RGB (Red+Green+Blue) = 125+7+110=242 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.65% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 125 - color contains mainly: red. Hex color #7D076E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D076E is #82F891. Grayscale: #353535. Windows color (decimal): -8583314 or 7210877. OLE color: 7210877.

HSL color Cylindrical-coordinate representation of color #7D076E: hue angle of 307.63º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D076E is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 7 110 -
CMYK 0 0.94 0.12 0.51
HSL 307.63º 0.89% 0.26% -
HSV(B) 307.63º 0.94% 0.49% -
XYZ 11.35 5.64 15.24 -
YUV 54.02 159.59 178.62 -
System Red Green Blue C M Y K H S L
Decimal 125 7 110 0 0.94 0.12 0.51 307.63 0.89 0.26
Hex 7D 7 6E 0 5E C 33 134 59 1A
Octal 175 7 156 0 136 14 63 464 131 32
Binary 1111101 111 1101110 0 1011110 1100 110011 100110100 1011001 11010

Color Harmonies of #7D076E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D076E

Black with #7D076E

Text Example


Text Example

White with #7D076E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,7,110); }

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

background-color css

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

 a { background-color: rgb(125,7,110); }

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

border-color css

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

 span { border-color: rgb(125,7,110); }

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