Html Css Color HEX #7C59AD Studio

📋 copy color: '#7C59AD'

red 124 ◦ green 89 ◦ blue 173

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

Shades of Studio #7C59AD

Tints of Studio #7C59AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.82%

R = 32.12%
G = 23.06%
B = 44.82%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7C59AD (or 0x7C59AD) is known color: Studio. HEX triplet: 7C, 59 and AD. RGB value is (124,89,173). Sum of RGB (Red+Green+Blue) = 124+89+173=386 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.12% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #7C59AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C59AD is #83A652. Grayscale: #6C6C6C. Windows color (decimal): -8627795 or 11360636. OLE color: 11360636.

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

Color convert

RGB 124 89 173 -
CMYK 0.28 0.49 0 0.32
HSL 265º 0.34% 0.51% -
HSV(B) 265º 0.49% 0.68% -
XYZ 19.43 14.45 41.3 -
YUV 109.04 164.1 138.67 -
System Red Green Blue C M Y K H S L
Decimal 124 89 173 0.28 0.49 0 0.32 265 0.34 0.51
Hex 7C 59 AD 1C 31 0 20 109 22 33
Octal 174 131 255 34 61 0 40 411 42 63
Binary 1111100 1011001 10101101 11100 110001 0 100000 100001001 100010 110011

Color Harmonies of #7C59AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C59AD

Black with #7C59AD

Text Example


Text Example

White with #7C59AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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