Html Css Color HEX #80479C Studio

📋 copy color: '#80479C'

red 128 ◦ green 71 ◦ blue 156

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

Shades of Studio #80479C

Tints of Studio #80479C

RGB

 RED value IS 128 (50.39% from 255) = 36.06%

 GREEN value IS 71 (28.13% from 255) = 20%

 BLUE value IS 156 (61.33% from 255) = 43.94%

R = 36.06%
G = 20%
B = 43.94%

CMYK

 C value IS 0.18

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80479C (or 0x80479C) is known color: Studio. HEX triplet: 80, 47 and 9C. RGB value is (128,71,156). Sum of RGB (Red+Green+Blue) = 128+71+156=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 156 - color contains mainly: blue. Hex color #80479C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80479C is #7FB863. Grayscale: #616161. Windows color (decimal): -8370276 or 10241920. OLE color: 10241920.

HSL color Cylindrical-coordinate representation of color #80479C: hue angle of 280.24º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #80479C is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 71 156 -
CMYK 0.18 0.54 0 0.39
HSL 280.24º 0.37% 0.45% -
HSV(B) 280.24º 0.54% 0.61% -
XYZ 17.16 11.5 32.77 -
YUV 97.73 160.88 149.59 -
System Red Green Blue C M Y K H S L
Decimal 128 71 156 0.18 0.54 0 0.39 280.24 0.37 0.45
Hex 80 47 9C 12 36 0 27 118 25 2D
Octal 200 107 234 22 66 0 47 430 45 55
Binary 10000000 1000111 10011100 10010 110110 0 100111 100011000 100101 101101

Color Harmonies of #80479C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80479C

Black with #80479C

Text Example


Text Example

White with #80479C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80479C; }

 p { color: rgb(128,71,156); }

 H1.HeaderClassName
 {
   color: #80479C;
 }
 .AnyTagClassName
 {
   color: #80479C;
 }
</style>

background-color css

<style>
 a { background-color: #80479C; }

 a { background-color: rgb(128,71,156); }

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

border-color css

<style>
 span { border-color: #80479C; }

 span { border-color: rgb(128,71,156); }

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