Html Css Color HEX #7E057F Purple

📋 copy color: '#7E057F'

red 126 ◦ green 5 ◦ blue 127

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

Shades of Purple #7E057F

Tints of Purple #7E057F

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #7E057F: hue angle of 299.51º 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 #7E057F is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

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

Color Harmonies of #7E057F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E057F

Black with #7E057F

Text Example


Text Example

White with #7E057F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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