Html Css Color HEX #7C59AE Studio

📋 copy color: '#7C59AE'

red 124 ◦ green 89 ◦ blue 174

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

Shades of Studio #7C59AE

Tints of Studio #7C59AE

RGB

 RED value IS 124 (48.83% from 255) = 32.04%

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

 BLUE value IS 174 (68.36% from 255) = 44.96%

R = 32.04%
G = 23%
B = 44.96%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7C59AE (or 0x7C59AE) is known color: Studio. HEX triplet: 7C, 59 and AE. RGB value is (124,89,174). Sum of RGB (Red+Green+Blue) = 124+89+174=387 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.04% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 174 - color contains mainly: blue. Hex color #7C59AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C59AE is #83A651. Grayscale: #6C6C6C. Windows color (decimal): -8627794 or 11426172. OLE color: 11426172.

HSL color Cylindrical-coordinate representation of color #7C59AE: hue angle of 264.71º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C59AE is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 124 89 174 -
CMYK 0.29 0.49 0 0.32
HSL 264.71º 0.34% 0.52% -
HSV(B) 264.71º 0.49% 0.68% -
XYZ 19.52 14.49 41.81 -
YUV 109.16 164.6 138.59 -
System Red Green Blue C M Y K H S L
Decimal 124 89 174 0.29 0.49 0 0.32 264.71 0.34 0.52
Hex 7C 59 AE 1D 31 0 20 109 22 34
Octal 174 131 256 35 61 0 40 411 42 64
Binary 1111100 1011001 10101110 11101 110001 0 100000 100001001 100010 110100

Color Harmonies of #7C59AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C59AE

Black with #7C59AE

Text Example


Text Example

White with #7C59AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,89,174); }

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

background-color css

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

 a { background-color: rgb(124,89,174); }

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

border-color css

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

 span { border-color: rgb(124,89,174); }

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