Html Css Color HEX #7C589F Studio

📋 copy color: '#7C589F'

red 124 ◦ green 88 ◦ blue 159

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

Shades of Studio #7C589F

Tints of Studio #7C589F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.86%

R = 33.42%
G = 23.72%
B = 42.86%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7C589F (or 0x7C589F) is known color: Studio. HEX triplet: 7C, 58 and 9F. RGB value is (124,88,159). Sum of RGB (Red+Green+Blue) = 124+88+159=371 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.42% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 159 - color contains mainly: blue. Hex color #7C589F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C589F is #83A760. Grayscale: #6A6A6A. Windows color (decimal): -8628065 or 10442876. OLE color: 10442876.

HSL color Cylindrical-coordinate representation of color #7C589F: hue angle of 270.42º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7C589F is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 124 88 159 -
CMYK 0.22 0.45 0 0.38
HSL 270.42º 0.29% 0.48% -
HSV(B) 270.42º 0.45% 0.62% -
XYZ 18.06 13.77 34.51 -
YUV 106.86 157.43 140.23 -
System Red Green Blue C M Y K H S L
Decimal 124 88 159 0.22 0.45 0 0.38 270.42 0.29 0.48
Hex 7C 58 9F 16 2D 0 26 10E 1D 30
Octal 174 130 237 26 55 0 46 416 35 60
Binary 1111100 1011000 10011111 10110 101101 0 100110 100001110 11101 110000

Color Harmonies of #7C589F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C589F

Black with #7C589F

Text Example


Text Example

White with #7C589F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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