Html Css Color HEX #7C4599 Studio

📋 copy color: '#7C4599'

red 124 ◦ green 69 ◦ blue 153

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

Shades of Studio #7C4599

Tints of Studio #7C4599

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.94%

 BLUE value IS 153 (60.16% from 255) = 44.22%

R = 35.84%
G = 19.94%
B = 44.22%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#7C4599 (or 0x7C4599) is known color: Studio. HEX triplet: 7C, 45 and 99. RGB value is (124,69,153). Sum of RGB (Red+Green+Blue) = 124+69+153=346 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.84% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 153 - color contains mainly: blue. Hex color #7C4599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C4599 is #83BA66. Grayscale: #5E5E5E. Windows color (decimal): -8632935 or 10044796. OLE color: 10044796.

HSL color Cylindrical-coordinate representation of color #7C4599: hue angle of 279.29º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C4599 is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 124 69 153 -
CMYK 0.19 0.55 0 0.4
HSL 279.29º 0.38% 0.44% -
HSV(B) 279.29º 0.55% 0.6% -
XYZ 16.19 10.84 31.38 -
YUV 95.02 160.72 148.67 -
System Red Green Blue C M Y K H S L
Decimal 124 69 153 0.19 0.55 0 0.4 279.29 0.38 0.44
Hex 7C 45 99 13 37 0 28 117 26 2C
Octal 174 105 231 23 67 0 50 427 46 54
Binary 1111100 1000101 10011001 10011 110111 0 101000 100010111 100110 101100

Color Harmonies of #7C4599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4599

Black with #7C4599

Text Example


Text Example

White with #7C4599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,69,153); }

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

background-color css

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

 a { background-color: rgb(124,69,153); }

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

border-color css

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

 span { border-color: rgb(124,69,153); }

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