Html Css Color HEX #7C599E Studio

📋 copy color: '#7C599E'

red 124 ◦ green 89 ◦ blue 158

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

Shades of Studio #7C599E

Tints of Studio #7C599E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.99%

 BLUE value IS 158 (62.11% from 255) = 42.59%

R = 33.42%
G = 23.99%
B = 42.59%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7C599E (or 0x7C599E) is known color: Studio. HEX triplet: 7C, 59 and 9E. RGB value is (124,89,158). Sum of RGB (Red+Green+Blue) = 124+89+158=371 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.42% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 158 - color contains mainly: blue. Hex color #7C599E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C599E is #83A661. Grayscale: #6B6B6B. Windows color (decimal): -8627810 or 10377596. OLE color: 10377596.

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

Color convert

RGB 124 89 158 -
CMYK 0.22 0.44 0 0.38
HSL 270.43º 0.28% 0.48% -
HSV(B) 270.43º 0.44% 0.62% -
XYZ 18.06 13.9 34.08 -
YUV 107.33 156.6 139.89 -
System Red Green Blue C M Y K H S L
Decimal 124 89 158 0.22 0.44 0 0.38 270.43 0.28 0.48
Hex 7C 59 9E 16 2C 0 26 10E 1C 30
Octal 174 131 236 26 54 0 46 416 34 60
Binary 1111100 1011001 10011110 10110 101100 0 100110 100001110 11100 110000

Color Harmonies of #7C599E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C599E

Black with #7C599E

Text Example


Text Example

White with #7C599E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,89,158); }

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

background-color css

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

 a { background-color: rgb(124,89,158); }

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

border-color css

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

 span { border-color: rgb(124,89,158); }

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