Html Css Color HEX #7E59AC Studio

📋 copy color: '#7E59AC'

red 126 ◦ green 89 ◦ blue 172

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

Shades of Studio #7E59AC

Tints of Studio #7E59AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.44%

R = 32.56%
G = 23%
B = 44.44%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7E59AC (or 0x7E59AC) is known color: Studio. HEX triplet: 7E, 59 and AC. RGB value is (126,89,172). Sum of RGB (Red+Green+Blue) = 126+89+172=387 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.56% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E59AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E59AC is #81A653. Grayscale: #6D6D6D. Windows color (decimal): -8496724 or 11295102. OLE color: 11295102.

HSL color Cylindrical-coordinate representation of color #7E59AC: hue angle of 266.75º 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 #7E59AC is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 126 89 172 -
CMYK 0.27 0.48 0 0.33
HSL 266.75º 0.33% 0.51% -
HSV(B) 266.75º 0.48% 0.67% -
XYZ 19.62 14.56 40.81 -
YUV 109.53 163.26 139.75 -
System Red Green Blue C M Y K H S L
Decimal 126 89 172 0.27 0.48 0 0.33 266.75 0.33 0.51
Hex 7E 59 AC 1B 30 0 21 10B 21 33
Octal 176 131 254 33 60 0 41 413 41 63
Binary 1111110 1011001 10101100 11011 110000 0 100001 100001011 100001 110011

Color Harmonies of #7E59AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E59AC

Black with #7E59AC

Text Example


Text Example

White with #7E59AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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