Html Css Color HEX #7C51AA Studio

📋 copy color: '#7C51AA'

red 124 ◦ green 81 ◦ blue 170

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

Shades of Studio #7C51AA

Tints of Studio #7C51AA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.6%

 BLUE value IS 170 (66.8% from 255) = 45.33%

R = 33.07%
G = 21.6%
B = 45.33%

CMYK

 C value IS 0.27

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C51AA (or 0x7C51AA) is known color: Studio. HEX triplet: 7C, 51 and AA. RGB value is (124,81,170). Sum of RGB (Red+Green+Blue) = 124+81+170=375 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.07% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #7C51AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C51AA is #83AE55. Grayscale: #676767. Windows color (decimal): -8629846 or 11161980. OLE color: 11161980.

HSL color Cylindrical-coordinate representation of color #7C51AA: hue angle of 268.99º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C51AA is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 124 81 170 -
CMYK 0.27 0.52 0 0.33
HSL 268.99º 0.35% 0.49% -
HSV(B) 268.99º 0.52% 0.67% -
XYZ 18.51 13.07 39.58 -
YUV 104 165.25 142.26 -
System Red Green Blue C M Y K H S L
Decimal 124 81 170 0.27 0.52 0 0.33 268.99 0.35 0.49
Hex 7C 51 AA 1B 34 0 21 10D 23 31
Octal 174 121 252 33 64 0 41 415 43 61
Binary 1111100 1010001 10101010 11011 110100 0 100001 100001101 100011 110001

Color Harmonies of #7C51AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C51AA

Black with #7C51AA

Text Example


Text Example

White with #7C51AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,81,170); }

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

background-color css

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

 a { background-color: rgb(124,81,170); }

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

border-color css

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

 span { border-color: rgb(124,81,170); }

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