Html Css Color HEX #7E59AB Studio

📋 copy color: '#7E59AB'

red 126 ◦ green 89 ◦ blue 171

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

Shades of Studio #7E59AB

Tints of Studio #7E59AB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.06%

 BLUE value IS 171 (67.19% from 255) = 44.3%

R = 32.64%
G = 23.06%
B = 44.3%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7E59AB (or 0x7E59AB) is known color: Studio. HEX triplet: 7E, 59 and AB. RGB value is (126,89,171). Sum of RGB (Red+Green+Blue) = 126+89+171=386 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.64% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E59AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E59AB is #81A654. Grayscale: #6D6D6D. Windows color (decimal): -8496725 or 11229566. OLE color: 11229566.

HSL color Cylindrical-coordinate representation of color #7E59AB: hue angle of 267.07º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7E59AB is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 126 89 171 -
CMYK 0.26 0.48 0 0.33
HSL 267.07º 0.33% 0.51% -
HSV(B) 267.07º 0.48% 0.67% -
XYZ 19.53 14.52 40.3 -
YUV 109.41 162.76 139.83 -
System Red Green Blue C M Y K H S L
Decimal 126 89 171 0.26 0.48 0 0.33 267.07 0.33 0.51
Hex 7E 59 AB 1A 30 0 21 10B 21 33
Octal 176 131 253 32 60 0 41 413 41 63
Binary 1111110 1011001 10101011 11010 110000 0 100001 100001011 100001 110011

Color Harmonies of #7E59AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E59AB

Black with #7E59AB

Text Example


Text Example

White with #7E59AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,89,171); }

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

background-color css

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

 a { background-color: rgb(126,89,171); }

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

border-color css

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

 span { border-color: rgb(126,89,171); }

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