Html Css Color HEX #7C579C Studio

📋 copy color: '#7C579C'

red 124 ◦ green 87 ◦ blue 156

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

Shades of Studio #7C579C

Tints of Studio #7C579C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.71%

 BLUE value IS 156 (61.33% from 255) = 42.51%

R = 33.79%
G = 23.71%
B = 42.51%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7C579C (or 0x7C579C) is known color: Studio. HEX triplet: 7C, 57 and 9C. RGB value is (124,87,156). Sum of RGB (Red+Green+Blue) = 124+87+156=367 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.79% from 367); Green value is 87 (34.38% from 255 or 23.71% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 156 - color contains mainly: blue. Hex color #7C579C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C579C is #83A863. Grayscale: #696969. Windows color (decimal): -8628324 or 10246012. OLE color: 10246012.

HSL color Cylindrical-coordinate representation of color #7C579C: hue angle of 272.17º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C579C is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 124 87 156 -
CMYK 0.21 0.44 0 0.39
HSL 272.17º 0.28% 0.48% -
HSV(B) 272.17º 0.44% 0.61% -
XYZ 17.72 13.5 33.12 -
YUV 105.93 156.26 140.89 -
System Red Green Blue C M Y K H S L
Decimal 124 87 156 0.21 0.44 0 0.39 272.17 0.28 0.48
Hex 7C 57 9C 15 2C 0 27 110 1C 30
Octal 174 127 234 25 54 0 47 420 34 60
Binary 1111100 1010111 10011100 10101 101100 0 100111 100010000 11100 110000

Color Harmonies of #7C579C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C579C

Black with #7C579C

Text Example


Text Example

White with #7C579C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,87,156); }

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

background-color css

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

 a { background-color: rgb(124,87,156); }

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

border-color css

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

 span { border-color: rgb(124,87,156); }

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