Html Css Color HEX #7C5AAC Studio

📋 copy color: '#7C5AAC'

red 124 ◦ green 90 ◦ blue 172

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

Shades of Studio #7C5AAC

Tints of Studio #7C5AAC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.32%

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

R = 32.12%
G = 23.32%
B = 44.56%

CMYK

 C value IS 0.28

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C5AAC (or 0x7C5AAC) is known color: Studio. HEX triplet: 7C, 5A and AC. RGB value is (124,90,172). Sum of RGB (Red+Green+Blue) = 124+90+172=386 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.12% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #7C5AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5AAC is #83A553. Grayscale: #6D6D6D. Windows color (decimal): -8627540 or 11295356. OLE color: 11295356.

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

Color convert

RGB 124 90 172 -
CMYK 0.28 0.48 0 0.33
HSL 264.88º 0.33% 0.51% -
HSV(B) 264.88º 0.48% 0.67% -
XYZ 19.41 14.58 40.82 -
YUV 109.51 163.26 138.33 -
System Red Green Blue C M Y K H S L
Decimal 124 90 172 0.28 0.48 0 0.33 264.88 0.33 0.51
Hex 7C 5A AC 1C 30 0 21 109 21 33
Octal 174 132 254 34 60 0 41 411 41 63
Binary 1111100 1011010 10101100 11100 110000 0 100001 100001001 100001 110011

Color Harmonies of #7C5AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5AAC

Black with #7C5AAC

Text Example


Text Example

White with #7C5AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,90,172); }

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

background-color css

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

 a { background-color: rgb(124,90,172); }

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

border-color css

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

 span { border-color: rgb(124,90,172); }

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