#803BB7

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

Shades of Studio #803BB7

Tints of Studio #803BB7

Color information

#803BB7 (or 0x803BB7) is unknown color: approx Studio. HEX triplet: 80, 3B and B7. RGB value is (128,59,183). Sum of RGB (Red+Green+Blue) = 128+59+183=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 59 (23.44% from 255 or 15.95% from 370); Blue value is 183 (71.88% from 255 or 49.46% from 370); Max value from RGB is 183 - color contains mainly: blue. Hex color #803BB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803BB7 is #7FC448. Grayscale: #5D5D5D. Windows color (decimal): -8373321 or 12008320. OLE color: 12008320.

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

Color convert

RGB12859183-
CMYK0.300.6800.28
HSL273.39º51.24%47.45%-
HSV(B)273.39º67.76%71.76%-
XYZ19.0111.1445.95-
YUV93.77178.36152.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.59%
GREEN value IS 59 (23.44% from 255) = 15.95%
BLUE value IS 183 (71.88% from 255) = 49.46%
R=34.59%
G=15.95%
B=49.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal128591830.300.6800.28273.3951.2447.45
Hex803BB71E4401C111332f
Octal20073267361040344216357
Binary1000000011101110110111111101000100011100100010001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803BB7; }

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

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

<style>
 a { background-color: #803BB7; }

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

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

<style>
 span { border-color: #803BB7; }

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

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