Html Css Color HEX #7C559F Studio

📋 copy color: '#7C559F'

red 124 ◦ green 85 ◦ blue 159

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

Shades of Studio #7C559F

Tints of Studio #7C559F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.1%

 BLUE value IS 159 (62.5% from 255) = 43.21%

R = 33.7%
G = 23.1%
B = 43.21%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7C559F (or 0x7C559F) is known color: Studio. HEX triplet: 7C, 55 and 9F. RGB value is (124,85,159). Sum of RGB (Red+Green+Blue) = 124+85+159=368 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.70% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 159 (62.5% from 255 or 43.21% from 368); Max value from RGB is 159 - color contains mainly: blue. Hex color #7C559F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C559F is #83AA60. Grayscale: #686868. Windows color (decimal): -8628833 or 10442108. OLE color: 10442108.

HSL color Cylindrical-coordinate representation of color #7C559F: hue angle of 271.62º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C559F is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 124 85 159 -
CMYK 0.22 0.47 0 0.38
HSL 271.62º 0.3% 0.48% -
HSV(B) 271.62º 0.47% 0.62% -
XYZ 17.82 13.29 34.43 -
YUV 105.1 158.42 141.48 -
System Red Green Blue C M Y K H S L
Decimal 124 85 159 0.22 0.47 0 0.38 271.62 0.3 0.48
Hex 7C 55 9F 16 2F 0 26 110 1E 30
Octal 174 125 237 26 57 0 46 420 36 60
Binary 1111100 1010101 10011111 10110 101111 0 100110 100010000 11110 110000

Color Harmonies of #7C559F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C559F

Black with #7C559F

Text Example


Text Example

White with #7C559F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,85,159); }

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

background-color css

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

 a { background-color: rgb(124,85,159); }

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

border-color css

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

 span { border-color: rgb(124,85,159); }

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