Html Css Color HEX #7F057E Purple

📋 copy color: '#7F057E'

red 127 ◦ green 5 ◦ blue 126

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

Shades of Purple #7F057E

Tints of Purple #7F057E

RGB

 RED value IS 127 (50% from 255) = 49.22%

 GREEN value IS 5 (2.34% from 255) = 1.94%

 BLUE value IS 126 (49.61% from 255) = 48.84%

R = 49.22%
G = 1.94%
B = 48.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.50

RGB Variations

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

Color information

#7F057E (or 0x7F057E) is known color: Purple. HEX triplet: 7F, 05 and 7E. RGB value is (127,5,126). Sum of RGB (Red+Green+Blue) = 127+5+126=258 (34% of max value = 765). Red value is 127 (50% from 255 or 49.22% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 126 (49.61% from 255 or 48.84% from 258); Max value from RGB is 127 - color contains mainly: red. Hex color #7F057E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F057E is #80FA81. Grayscale: #363636. Windows color (decimal): -8452738 or 8258943. OLE color: 8258943.

HSL color Cylindrical-coordinate representation of color #7F057E: hue angle of 300.49º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F057E is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 5 126 -
CMYK 0 0.96 0.01 0.50
HSL 300.49º 0.92% 0.26% -
HSV(B) 300.49º 0.96% 0.5% -
XYZ 12.57 6.13 20.26 -
YUV 55.27 167.92 179.16 -
System Red Green Blue C M Y K H S L
Decimal 127 5 126 0 0.96 0.01 0.50 300.49 0.92 0.26
Hex 7F 5 7E 0 60 1 32 12C 5C 1A
Octal 177 5 176 0 140 1 62 454 134 32
Binary 1111111 101 1111110 0 1100000 1 110010 100101100 1011100 11010

Color Harmonies of #7F057E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F057E

Black with #7F057E

Text Example


Text Example

White with #7F057E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,5,126); }

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

background-color css

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

 a { background-color: rgb(127,5,126); }

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

border-color css

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

 span { border-color: rgb(127,5,126); }

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