Html Css Color HEX #7C579B Studio

📋 copy color: '#7C579B'

red 124 ◦ green 87 ◦ blue 155

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

Shades of Studio #7C579B

Tints of Studio #7C579B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.35%

R = 33.88%
G = 23.77%
B = 42.35%

CMYK

 C value IS 0.2

 M value IS 0.44

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7C579B (or 0x7C579B) is known color: Studio. HEX triplet: 7C, 57 and 9B. RGB value is (124,87,155). Sum of RGB (Red+Green+Blue) = 124+87+155=366 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.88% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 155 - color contains mainly: blue. Hex color #7C579B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C579B is #83A864. Grayscale: #696969. Windows color (decimal): -8628325 or 10180476. OLE color: 10180476.

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

Color convert

RGB 124 87 155 -
CMYK 0.2 0.44 0 0.39
HSL 272.65º 0.28% 0.47% -
HSV(B) 272.65º 0.44% 0.61% -
XYZ 17.64 13.47 32.68 -
YUV 105.82 155.76 140.97 -
System Red Green Blue C M Y K H S L
Decimal 124 87 155 0.2 0.44 0 0.39 272.65 0.28 0.47
Hex 7C 57 9B 14 2C 0 27 111 1C 2F
Octal 174 127 233 24 54 0 47 421 34 57
Binary 1111100 1010111 10011011 10100 101100 0 100111 100010001 11100 101111

Color Harmonies of #7C579B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C579B

Black with #7C579B

Text Example


Text Example

White with #7C579B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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