Html Css Color HEX #7C51AB Studio

📋 copy color: '#7C51AB'

red 124 ◦ green 81 ◦ blue 171

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

Shades of Studio #7C51AB

Tints of Studio #7C51AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.48%

R = 32.98%
G = 21.54%
B = 45.48%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C51AB (or 0x7C51AB) is known color: Studio. HEX triplet: 7C, 51 and AB. RGB value is (124,81,171). Sum of RGB (Red+Green+Blue) = 124+81+171=376 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.98% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C51AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C51AB is #83AE54. Grayscale: #676767. Windows color (decimal): -8629845 or 11227516. OLE color: 11227516.

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

Color convert

RGB 124 81 171 -
CMYK 0.27 0.53 0 0.33
HSL 268.67º 0.36% 0.49% -
HSV(B) 268.67º 0.53% 0.67% -
XYZ 18.61 13.11 40.08 -
YUV 104.12 165.75 142.18 -
System Red Green Blue C M Y K H S L
Decimal 124 81 171 0.27 0.53 0 0.33 268.67 0.36 0.49
Hex 7C 51 AB 1B 35 0 21 10D 24 31
Octal 174 121 253 33 65 0 41 415 44 61
Binary 1111100 1010001 10101011 11011 110101 0 100001 100001101 100100 110001

Color Harmonies of #7C51AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C51AB

Black with #7C51AB

Text Example


Text Example

White with #7C51AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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