Html Css Color HEX #7C3CAE Studio

📋 copy color: '#7C3CAE'

red 124 ◦ green 60 ◦ blue 174

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

Shades of Studio #7C3CAE

Tints of Studio #7C3CAE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.76%

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

R = 34.64%
G = 16.76%
B = 48.6%

CMYK

 C value IS 0.29

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7C3CAE (or 0x7C3CAE) is known color: Studio. HEX triplet: 7C, 3C and AE. RGB value is (124,60,174). Sum of RGB (Red+Green+Blue) = 124+60+174=358 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.64% from 358); Green value is 60 (23.83% from 255 or 16.76% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #7C3CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C3CAE is #83C351. Grayscale: #5B5B5B. Windows color (decimal): -8635218 or 11418748. OLE color: 11418748.

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

Color convert

RGB 124 60 174 -
CMYK 0.29 0.66 0 0.32
HSL 273.68º 0.49% 0.46% -
HSV(B) 273.68º 0.66% 0.68% -
XYZ 17.57 10.57 41.16 -
YUV 92.13 174.2 150.73 -
System Red Green Blue C M Y K H S L
Decimal 124 60 174 0.29 0.66 0 0.32 273.68 0.49 0.46
Hex 7C 3C AE 1D 42 0 20 112 31 2E
Octal 174 74 256 35 102 0 40 422 61 56
Binary 1111100 111100 10101110 11101 1000010 0 100000 100010010 110001 101110

Color Harmonies of #7C3CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3CAE

Black with #7C3CAE

Text Example


Text Example

White with #7C3CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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