Html Css Color HEX #7C4798 Studio

📋 copy color: '#7C4798'

red 124 ◦ green 71 ◦ blue 152

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

Shades of Studio #7C4798

Tints of Studio #7C4798

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.46%

 BLUE value IS 152 (59.77% from 255) = 43.8%

R = 35.73%
G = 20.46%
B = 43.8%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#7C4798 (or 0x7C4798) is known color: Studio. HEX triplet: 7C, 47 and 98. RGB value is (124,71,152). Sum of RGB (Red+Green+Blue) = 124+71+152=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 71 (28.12% from 255 or 20.46% from 347); Blue value is 152 (59.77% from 255 or 43.80% from 347); Max value from RGB is 152 - color contains mainly: blue. Hex color #7C4798 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C4798 is #83B867. Grayscale: #5F5F5F. Windows color (decimal): -8632424 or 9979772. OLE color: 9979772.

HSL color Cylindrical-coordinate representation of color #7C4798: hue angle of 279.26º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7C4798 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 124 71 152 -
CMYK 0.18 0.53 0 0.40
HSL 279.26º 0.36% 0.44% -
HSV(B) 279.26º 0.53% 0.6% -
XYZ 16.23 11.06 30.98 -
YUV 96.08 159.56 147.91 -
System Red Green Blue C M Y K H S L
Decimal 124 71 152 0.18 0.53 0 0.40 279.26 0.36 0.44
Hex 7C 47 98 12 35 0 28 117 24 2C
Octal 174 107 230 22 65 0 50 427 44 54
Binary 1111100 1000111 10011000 10010 110101 0 101000 100010111 100100 101100

Color Harmonies of #7C4798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4798

Black with #7C4798

Text Example


Text Example

White with #7C4798

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,71,152); }

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

background-color css

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

 a { background-color: rgb(124,71,152); }

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

border-color css

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

 span { border-color: rgb(124,71,152); }

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