Html Css Color HEX #7C4FAE Studio

📋 copy color: '#7C4FAE'

red 124 ◦ green 79 ◦ blue 174

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

Shades of Studio #7C4FAE

Tints of Studio #7C4FAE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.95%

 BLUE value IS 174 (68.36% from 255) = 46.15%

R = 32.89%
G = 20.95%
B = 46.15%

CMYK

 C value IS 0.29

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7C4FAE (or 0x7C4FAE) is known color: Studio. HEX triplet: 7C, 4F and AE. RGB value is (124,79,174). Sum of RGB (Red+Green+Blue) = 124+79+174=377 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.89% from 377); Green value is 79 (31.25% from 255 or 20.95% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 174 - color contains mainly: blue. Hex color #7C4FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C4FAE is #83B051. Grayscale: #666666. Windows color (decimal): -8630354 or 11423612. OLE color: 11423612.

HSL color Cylindrical-coordinate representation of color #7C4FAE: hue angle of 268.42º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C4FAE is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 124 79 174 -
CMYK 0.29 0.55 0 0.32
HSL 268.42º 0.38% 0.5% -
HSV(B) 268.42º 0.55% 0.68% -
XYZ 18.75 12.93 41.55 -
YUV 103.29 167.91 142.78 -
System Red Green Blue C M Y K H S L
Decimal 124 79 174 0.29 0.55 0 0.32 268.42 0.38 0.5
Hex 7C 4F AE 1D 37 0 20 10C 26 32
Octal 174 117 256 35 67 0 40 414 46 62
Binary 1111100 1001111 10101110 11101 110111 0 100000 100001100 100110 110010

Color Harmonies of #7C4FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4FAE

Black with #7C4FAE

Text Example


Text Example

White with #7C4FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,79,174); }

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

background-color css

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

 a { background-color: rgb(124,79,174); }

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

border-color css

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

 span { border-color: rgb(124,79,174); }

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