Html Css Color HEX #7C5C99 Studio

📋 copy color: '#7C5C99'

red 124 ◦ green 92 ◦ blue 153

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

Shades of Studio #7C5C99

Tints of Studio #7C5C99

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.93%

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

R = 33.6%
G = 24.93%
B = 41.46%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#7C5C99 (or 0x7C5C99) is known color: Studio. HEX triplet: 7C, 5C and 99. RGB value is (124,92,153). Sum of RGB (Red+Green+Blue) = 124+92+153=369 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.60% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 153 - color contains mainly: blue. Hex color #7C5C99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5C99 is #83A366. Grayscale: #6C6C6C. Windows color (decimal): -8627047 or 10050684. OLE color: 10050684.

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

Color convert

RGB 124 92 153 -
CMYK 0.19 0.40 0 0.4
HSL 271.48º 0.25% 0.48% -
HSV(B) 271.48º 0.4% 0.6% -
XYZ 17.89 14.24 31.94 -
YUV 108.52 153.1 139.04 -
System Red Green Blue C M Y K H S L
Decimal 124 92 153 0.19 0.40 0 0.4 271.48 0.25 0.48
Hex 7C 5C 99 13 28 0 28 10F 19 30
Octal 174 134 231 23 50 0 50 417 31 60
Binary 1111100 1011100 10011001 10011 101000 0 101000 100001111 11001 110000

Color Harmonies of #7C5C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5C99

Black with #7C5C99

Text Example


Text Example

White with #7C5C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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