Html Css Color HEX #7E056C Purple

📋 copy color: '#7E056C'

red 126 ◦ green 5 ◦ blue 108

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

Shades of Purple #7E056C

Tints of Purple #7E056C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 45.19%

R = 52.72%
G = 2.09%
B = 45.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#7E056C (or 0x7E056C) is known color: Purple. HEX triplet: 7E, 05 and 6C. RGB value is (126,5,108). Sum of RGB (Red+Green+Blue) = 126+5+108=239 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.72% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 108 (42.58% from 255 or 45.19% from 239); Max value from RGB is 126 - color contains mainly: red. Hex color #7E056C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E056C is #81FA93. Grayscale: #343434. Windows color (decimal): -8518292 or 7079294. OLE color: 7079294.

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

Color convert

RGB 126 5 108 -
CMYK 0 0.96 0.14 0.51
HSL 308.93º 0.92% 0.26% -
HSV(B) 308.93º 0.96% 0.49% -
XYZ 11.37 5.63 14.67 -
YUV 52.92 159.09 180.12 -
System Red Green Blue C M Y K H S L
Decimal 126 5 108 0 0.96 0.14 0.51 308.93 0.92 0.26
Hex 7E 5 6C 0 60 E 33 135 5C 1A
Octal 176 5 154 0 140 16 63 465 134 32
Binary 1111110 101 1101100 0 1100000 1110 110011 100110101 1011100 11010

Color Harmonies of #7E056C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E056C

Black with #7E056C

Text Example


Text Example

White with #7E056C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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