#b3579d

Color #B3579D Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #B3579D

Tints of Violet Blue #B3579D

Color information

#B3579D (or 0xB3579D) is unknown color: approx Violet Blue. HEX triplet: B3, 57 and 9D. RGB value is (179,87,157). Sum of RGB (Red+Green+Blue) = 179+87+157=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B3579D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3579D is #4CA862. Grayscale: #7A7A7A. Windows color (decimal): -5023843 or 10311603. OLE color: 10311603.

HSL color Cylindrical-coordinate representation of color #B3579D: hue angle of 314.35º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B3579D is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB17987157-
CMYK00.510.120.30
HSL314.35º37.7%52.16%-
HSV(B)314.35º51.4%70.2%-
XYZ28.0818.8334.05-
YUV122.49147.48168.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.32%
GREEN value IS 87 (34.38% from 255) = 20.57%
BLUE value IS 157 (61.72% from 255) = 37.12%
R=42.32%
G=20.57%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798715700.510.120.30314.3537.752.16
HexB3579D033C1E13a2634
Octal26312723506314364724664
Binary101100111010111100111010110011110011110100111010100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3579d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3579d; }

 p { color: rgb(179,87,157); }

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

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

 a { background-color: rgb(179,87,157); }

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

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

 span { border-color: rgb(179,87,157); }

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