Html Css Color HEX #7C58AD Studio

📋 copy color: '#7C58AD'

red 124 ◦ green 88 ◦ blue 173

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

Shades of Studio #7C58AD

Tints of Studio #7C58AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.94%

R = 32.21%
G = 22.86%
B = 44.94%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7C58AD (or 0x7C58AD) is known color: Studio. HEX triplet: 7C, 58 and AD. RGB value is (124,88,173). Sum of RGB (Red+Green+Blue) = 124+88+173=385 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.21% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 173 - color contains mainly: blue. Hex color #7C58AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C58AD is #83A752. Grayscale: #6C6C6C. Windows color (decimal): -8628051 or 11360380. OLE color: 11360380.

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

Color convert

RGB 124 88 173 -
CMYK 0.28 0.49 0 0.32
HSL 265.41º 0.34% 0.51% -
HSV(B) 265.41º 0.49% 0.68% -
XYZ 19.34 14.28 41.27 -
YUV 108.45 164.43 139.09 -
System Red Green Blue C M Y K H S L
Decimal 124 88 173 0.28 0.49 0 0.32 265.41 0.34 0.51
Hex 7C 58 AD 1C 31 0 20 109 22 33
Octal 174 130 255 34 61 0 40 411 42 63
Binary 1111100 1011000 10101101 11100 110001 0 100000 100001001 100010 110011

Color Harmonies of #7C58AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C58AD

Black with #7C58AD

Text Example


Text Example

White with #7C58AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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