Html Css Color HEX #7E058B Purple

📋 copy color: '#7E058B'

red 126 ◦ green 5 ◦ blue 139

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

Shades of Purple #7E058B

Tints of Purple #7E058B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 51.48%

R = 46.67%
G = 1.85%
B = 51.48%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7E058B (or 0x7E058B) is known color: Purple. HEX triplet: 7E, 05 and 8B. RGB value is (126,5,139). Sum of RGB (Red+Green+Blue) = 126+5+139=270 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.67% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #7E058B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E058B is #81FA74. Grayscale: #383838. Windows color (decimal): -8518261 or 9110910. OLE color: 9110910.

HSL color Cylindrical-coordinate representation of color #7E058B: hue angle of 294.18º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7E058B is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 126 5 139 -
CMYK 0.09 0.96 0 0.45
HSL 294.18º 0.93% 0.28% -
HSV(B) 294.18º 0.96% 0.55% -
XYZ 13.32 6.41 24.96 -
YUV 56.46 174.59 177.6 -
System Red Green Blue C M Y K H S L
Decimal 126 5 139 0.09 0.96 0 0.45 294.18 0.93 0.28
Hex 7E 5 8B 9 60 0 2D 126 5D 1C
Octal 176 5 213 11 140 0 55 446 135 34
Binary 1111110 101 10001011 1001 1100000 0 101101 100100110 1011101 11100

Color Harmonies of #7E058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E058B

Black with #7E058B

Text Example


Text Example

White with #7E058B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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