Html Css Color HEX #7C4E9D Studio

📋 copy color: '#7C4E9D'

red 124 ◦ green 78 ◦ blue 157

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

Shades of Studio #7C4E9D

Tints of Studio #7C4E9D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.73%

 BLUE value IS 157 (61.72% from 255) = 43.73%

R = 34.54%
G = 21.73%
B = 43.73%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7C4E9D (or 0x7C4E9D) is known color: Studio. HEX triplet: 7C, 4E and 9D. RGB value is (124,78,157). Sum of RGB (Red+Green+Blue) = 124+78+157=359 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.54% from 359); Green value is 78 (30.86% from 255 or 21.73% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 157 - color contains mainly: blue. Hex color #7C4E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C4E9D is #83B162. Grayscale: #646464. Windows color (decimal): -8630627 or 10309244. OLE color: 10309244.

HSL color Cylindrical-coordinate representation of color #7C4E9D: hue angle of 274.94º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C4E9D is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 124 78 157 -
CMYK 0.21 0.50 0 0.38
HSL 274.94º 0.34% 0.46% -
HSV(B) 274.94º 0.5% 0.62% -
XYZ 17.12 12.17 33.34 -
YUV 100.76 159.74 144.58 -
System Red Green Blue C M Y K H S L
Decimal 124 78 157 0.21 0.50 0 0.38 274.94 0.34 0.46
Hex 7C 4E 9D 15 32 0 26 113 22 2E
Octal 174 116 235 25 62 0 46 423 42 56
Binary 1111100 1001110 10011101 10101 110010 0 100110 100010011 100010 101110

Color Harmonies of #7C4E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4E9D

Black with #7C4E9D

Text Example


Text Example

White with #7C4E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,78,157); }

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

background-color css

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

 a { background-color: rgb(124,78,157); }

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

border-color css

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

 span { border-color: rgb(124,78,157); }

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