Html Css Color HEX #7C58AC Studio

📋 copy color: '#7C58AC'

red 124 ◦ green 88 ◦ blue 172

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

Shades of Studio #7C58AC

Tints of Studio #7C58AC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.92%

 BLUE value IS 172 (67.58% from 255) = 44.79%

R = 32.29%
G = 22.92%
B = 44.79%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C58AC (or 0x7C58AC) is known color: Studio. HEX triplet: 7C, 58 and AC. RGB value is (124,88,172). Sum of RGB (Red+Green+Blue) = 124+88+172=384 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.29% from 384); Green value is 88 (34.77% from 255 or 22.92% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #7C58AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C58AC is #83A753. Grayscale: #6C6C6C. Windows color (decimal): -8628052 or 11294844. OLE color: 11294844.

HSL color Cylindrical-coordinate representation of color #7C58AC: hue angle of 265.71º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C58AC is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 124 88 172 -
CMYK 0.28 0.49 0 0.33
HSL 265.71º 0.34% 0.51% -
HSV(B) 265.71º 0.49% 0.67% -
XYZ 19.25 14.24 40.76 -
YUV 108.34 163.93 139.17 -
System Red Green Blue C M Y K H S L
Decimal 124 88 172 0.28 0.49 0 0.33 265.71 0.34 0.51
Hex 7C 58 AC 1C 31 0 21 10A 22 33
Octal 174 130 254 34 61 0 41 412 42 63
Binary 1111100 1011000 10101100 11100 110001 0 100001 100001010 100010 110011

Color Harmonies of #7C58AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C58AC

Black with #7C58AC

Text Example


Text Example

White with #7C58AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,88,172); }

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

background-color css

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

 a { background-color: rgb(124,88,172); }

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

border-color css

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

 span { border-color: rgb(124,88,172); }

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