Html Css Color HEX #80479D Studio

📋 copy color: '#80479D'

red 128 ◦ green 71 ◦ blue 157

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

Shades of Studio #80479D

Tints of Studio #80479D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.1%

R = 35.96%
G = 19.94%
B = 44.1%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80479D (or 0x80479D) is known color: Studio. HEX triplet: 80, 47 and 9D. RGB value is (128,71,157). Sum of RGB (Red+Green+Blue) = 128+71+157=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 157 - color contains mainly: blue. Hex color #80479D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80479D is #7FB862. Grayscale: #616161. Windows color (decimal): -8370275 or 10307456. OLE color: 10307456.

HSL color Cylindrical-coordinate representation of color #80479D: hue angle of 279.77º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80479D is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 71 157 -
CMYK 0.18 0.55 0 0.38
HSL 279.77º 0.38% 0.45% -
HSV(B) 279.77º 0.55% 0.62% -
XYZ 17.24 11.53 33.22 -
YUV 97.85 161.38 149.51 -
System Red Green Blue C M Y K H S L
Decimal 128 71 157 0.18 0.55 0 0.38 279.77 0.38 0.45
Hex 80 47 9D 12 37 0 26 118 26 2D
Octal 200 107 235 22 67 0 46 430 46 55
Binary 10000000 1000111 10011101 10010 110111 0 100110 100011000 100110 101101

Color Harmonies of #80479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80479D

Black with #80479D

Text Example


Text Example

White with #80479D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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