Html Css Color HEX #7C589A Studio

📋 copy color: '#7C589A'

red 124 ◦ green 88 ◦ blue 154

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

Shades of Studio #7C589A

Tints of Studio #7C589A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.08%

R = 33.88%
G = 24.04%
B = 42.08%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#7C589A (or 0x7C589A) is known color: Studio. HEX triplet: 7C, 58 and 9A. RGB value is (124,88,154). Sum of RGB (Red+Green+Blue) = 124+88+154=366 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.88% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 154 (60.55% from 255 or 42.08% from 366); Max value from RGB is 154 - color contains mainly: blue. Hex color #7C589A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C589A is #83A765. Grayscale: #6A6A6A. Windows color (decimal): -8628070 or 10115196. OLE color: 10115196.

HSL color Cylindrical-coordinate representation of color #7C589A: hue angle of 272.73º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7C589A is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 124 88 154 -
CMYK 0.19 0.43 0 0.40
HSL 272.73º 0.27% 0.47% -
HSV(B) 272.73º 0.43% 0.6% -
XYZ 17.63 13.6 32.27 -
YUV 106.29 154.93 140.63 -
System Red Green Blue C M Y K H S L
Decimal 124 88 154 0.19 0.43 0 0.40 272.73 0.27 0.47
Hex 7C 58 9A 13 2B 0 28 111 1B 2F
Octal 174 130 232 23 53 0 50 421 33 57
Binary 1111100 1011000 10011010 10011 101011 0 101000 100010001 11011 101111

Color Harmonies of #7C589A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C589A

Black with #7C589A

Text Example


Text Example

White with #7C589A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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