Html Css Color HEX #7C4E9E Studio

📋 copy color: '#7C4E9E'

red 124 ◦ green 78 ◦ blue 158

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

Shades of Studio #7C4E9E

Tints of Studio #7C4E9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 43.89%

R = 34.44%
G = 21.67%
B = 43.89%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7C4E9E (or 0x7C4E9E) is known color: Studio. HEX triplet: 7C, 4E and 9E. RGB value is (124,78,158). Sum of RGB (Red+Green+Blue) = 124+78+158=360 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.44% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 158 (62.11% from 255 or 43.89% from 360); Max value from RGB is 158 - color contains mainly: blue. Hex color #7C4E9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C4E9E is #83B161. Grayscale: #646464. Windows color (decimal): -8630626 or 10374780. OLE color: 10374780.

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

Color convert

RGB 124 78 158 -
CMYK 0.22 0.51 0 0.38
HSL 274.5º 0.34% 0.46% -
HSV(B) 274.5º 0.51% 0.62% -
XYZ 17.21 12.2 33.8 -
YUV 100.87 160.24 144.5 -
System Red Green Blue C M Y K H S L
Decimal 124 78 158 0.22 0.51 0 0.38 274.5 0.34 0.46
Hex 7C 4E 9E 16 33 0 26 112 22 2E
Octal 174 116 236 26 63 0 46 422 42 56
Binary 1111100 1001110 10011110 10110 110011 0 100110 100010010 100010 101110

Color Harmonies of #7C4E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4E9E

Black with #7C4E9E

Text Example


Text Example

White with #7C4E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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