Html Css Color HEX #7C5AAB Studio

📋 copy color: '#7C5AAB'

red 124 ◦ green 90 ◦ blue 171

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

Shades of Studio #7C5AAB

Tints of Studio #7C5AAB

RGB

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

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

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

R = 32.21%
G = 23.38%
B = 44.42%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C5AAB (or 0x7C5AAB) is known color: Studio. HEX triplet: 7C, 5A and AB. RGB value is (124,90,171). Sum of RGB (Red+Green+Blue) = 124+90+171=385 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.21% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C5AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5AAB is #83A554. Grayscale: #6D6D6D. Windows color (decimal): -8627541 or 11229820. OLE color: 11229820.

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

Color convert

RGB 124 90 171 -
CMYK 0.27 0.47 0 0.33
HSL 265.19º 0.33% 0.51% -
HSV(B) 265.19º 0.47% 0.67% -
XYZ 19.32 14.54 40.32 -
YUV 109.4 162.76 138.41 -
System Red Green Blue C M Y K H S L
Decimal 124 90 171 0.27 0.47 0 0.33 265.19 0.33 0.51
Hex 7C 5A AB 1B 2F 0 21 109 21 33
Octal 174 132 253 33 57 0 41 411 41 63
Binary 1111100 1011010 10101011 11011 101111 0 100001 100001001 100001 110011

Color Harmonies of #7C5AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5AAB

Black with #7C5AAB

Text Example


Text Example

White with #7C5AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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