Html Css Color HEX #7C4CAF Studio

📋 copy color: '#7C4CAF'

red 124 ◦ green 76 ◦ blue 175

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

Shades of Studio #7C4CAF

Tints of Studio #7C4CAF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.27%

 BLUE value IS 175 (68.75% from 255) = 46.67%

R = 33.07%
G = 20.27%
B = 46.67%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7C4CAF (or 0x7C4CAF) is known color: Studio. HEX triplet: 7C, 4C and AF. RGB value is (124,76,175). Sum of RGB (Red+Green+Blue) = 124+76+175=375 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.07% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #7C4CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C4CAF is #83B350. Grayscale: #656565. Windows color (decimal): -8631121 or 11488380. OLE color: 11488380.

HSL color Cylindrical-coordinate representation of color #7C4CAF: hue angle of 269.09º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7C4CAF is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 124 76 175 -
CMYK 0.29 0.57 0 0.31
HSL 269.09º 0.39% 0.49% -
HSV(B) 269.09º 0.57% 0.69% -
XYZ 18.63 12.55 42 -
YUV 101.64 169.4 143.95 -
System Red Green Blue C M Y K H S L
Decimal 124 76 175 0.29 0.57 0 0.31 269.09 0.39 0.49
Hex 7C 4C AF 1D 39 0 1F 10D 27 31
Octal 174 114 257 35 71 0 37 415 47 61
Binary 1111100 1001100 10101111 11101 111001 0 11111 100001101 100111 110001

Color Harmonies of #7C4CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4CAF

Black with #7C4CAF

Text Example


Text Example

White with #7C4CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,76,175); }

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

background-color css

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

 a { background-color: rgb(124,76,175); }

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

border-color css

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

 span { border-color: rgb(124,76,175); }

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