Html Css Color HEX #7C5199 Studio

📋 copy color: '#7C5199'

red 124 ◦ green 81 ◦ blue 153

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

Shades of Studio #7C5199

Tints of Studio #7C5199

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.63%

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

R = 34.64%
G = 22.63%
B = 42.74%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#7C5199 (or 0x7C5199) is known color: Studio. HEX triplet: 7C, 51 and 99. RGB value is (124,81,153). Sum of RGB (Red+Green+Blue) = 124+81+153=358 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.64% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 153 - color contains mainly: blue. Hex color #7C5199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5199 is #83AE66. Grayscale: #656565. Windows color (decimal): -8629863 or 10047868. OLE color: 10047868.

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

Color convert

RGB 124 81 153 -
CMYK 0.19 0.47 0 0.4
HSL 275.83º 0.31% 0.46% -
HSV(B) 275.83º 0.47% 0.6% -
XYZ 17 12.47 31.65 -
YUV 102.07 156.75 143.65 -
System Red Green Blue C M Y K H S L
Decimal 124 81 153 0.19 0.47 0 0.4 275.83 0.31 0.46
Hex 7C 51 99 13 2F 0 28 114 1F 2E
Octal 174 121 231 23 57 0 50 424 37 56
Binary 1111100 1010001 10011001 10011 101111 0 101000 100010100 11111 101110

Color Harmonies of #7C5199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5199

Black with #7C5199

Text Example


Text Example

White with #7C5199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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