Html Css Color HEX #804CB2 Studio

📋 copy color: '#804CB2'

red 128 ◦ green 76 ◦ blue 178

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

Shades of Studio #804CB2

Tints of Studio #804CB2

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.9%

 BLUE value IS 178 (69.92% from 255) = 46.6%

R = 33.51%
G = 19.9%
B = 46.6%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#804CB2 (or 0x804CB2) is known color: Studio. HEX triplet: 80, 4C and B2. RGB value is (128,76,178). Sum of RGB (Red+Green+Blue) = 128+76+178=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 178 (69.92% from 255 or 46.60% from 382); Max value from RGB is 178 - color contains mainly: blue. Hex color #804CB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804CB2 is #7FB34D. Grayscale: #666666. Windows color (decimal): -8368974 or 11684992. OLE color: 11684992.

HSL color Cylindrical-coordinate representation of color #804CB2: hue angle of 270.59º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #804CB2 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 128 76 178 -
CMYK 0.28 0.57 0 0.30
HSL 270.59º 0.4% 0.5% -
HSV(B) 270.59º 0.57% 0.7% -
XYZ 19.52 12.97 43.59 -
YUV 103.18 170.23 145.71 -
System Red Green Blue C M Y K H S L
Decimal 128 76 178 0.28 0.57 0 0.30 270.59 0.4 0.5
Hex 80 4C B2 1C 39 0 1E 10F 28 32
Octal 200 114 262 34 71 0 36 417 50 62
Binary 10000000 1001100 10110010 11100 111001 0 11110 100001111 101000 110010

Color Harmonies of #804CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804CB2

Black with #804CB2

Text Example


Text Example

White with #804CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804CB2; }

 p { color: rgb(128,76,178); }

 H1.HeaderClassName
 {
   color: #804CB2;
 }
 .AnyTagClassName
 {
   color: #804CB2;
 }
</style>

background-color css

<style>
 a { background-color: #804CB2; }

 a { background-color: rgb(128,76,178); }

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

border-color css

<style>
 span { border-color: #804CB2; }

 span { border-color: rgb(128,76,178); }

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