Html Css Color HEX #7C55AE Studio

📋 copy color: '#7C55AE'

red 124 ◦ green 85 ◦ blue 174

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

Shades of Studio #7C55AE

Tints of Studio #7C55AE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.19%

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

R = 32.38%
G = 22.19%
B = 45.43%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7C55AE (or 0x7C55AE) is known color: Studio. HEX triplet: 7C, 55 and AE. RGB value is (124,85,174). Sum of RGB (Red+Green+Blue) = 124+85+174=383 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.38% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #7C55AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C55AE is #83AA51. Grayscale: #6A6A6A. Windows color (decimal): -8628818 or 11425148. OLE color: 11425148.

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

Color convert

RGB 124 85 174 -
CMYK 0.29 0.51 0 0.32
HSL 266.29º 0.35% 0.51% -
HSV(B) 266.29º 0.51% 0.68% -
XYZ 19.2 13.84 41.7 -
YUV 106.81 165.92 140.26 -
System Red Green Blue C M Y K H S L
Decimal 124 85 174 0.29 0.51 0 0.32 266.29 0.35 0.51
Hex 7C 55 AE 1D 33 0 20 10A 23 33
Octal 174 125 256 35 63 0 40 412 43 63
Binary 1111100 1010101 10101110 11101 110011 0 100000 100001010 100011 110011

Color Harmonies of #7C55AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C55AE

Black with #7C55AE

Text Example


Text Example

White with #7C55AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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