#804CB7

Color #804CB7 Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #804CB7

Tints of Studio #804CB7

Color information

#804CB7 (or 0x804CB7) is unknown color: approx Studio. HEX triplet: 80, 4C and B7. RGB value is (128,76,183). Sum of RGB (Red+Green+Blue) = 128+76+183=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 76 (30.08% from 255 or 19.64% from 387); Blue value is 183 (71.88% from 255 or 47.29% from 387); Max value from RGB is 183 - color contains mainly: blue. Hex color #804CB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804CB7 is #7FB348. Grayscale: #676767. Windows color (decimal): -8368969 or 12012672. OLE color: 12012672.

HSL color Cylindrical-coordinate representation of color #804CB7: hue angle of 269.16º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #804CB7 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB12876183-
CMYK0.300.5800.28
HSL269.16º42.63%50.78%-
HSV(B)269.16º58.47%71.76%-
XYZ20.0313.1846.29-
YUV103.75172.73145.3-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.07%
GREEN value IS 76 (30.08% from 255) = 19.64%
BLUE value IS 183 (71.88% from 255) = 47.29%
R=33.07%
G=19.64%
B=47.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal128761830.300.5800.28269.1642.6350.78
Hex804CB71E3A01C10d2b33
Octal20011426736720344155363
Binary1000000010011001011011111110111010011100100001101101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #804CB7;
 }
 .AnyTagClassName
 {
   color: #804CB7;
 }
</style>
background-color css

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

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

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

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

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

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