#B3597A

Color #B3597A Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #B3597A

Tints of Royal Heath #B3597A

Color information

#B3597A (or 0xB3597A) is unknown color: approx Royal Heath. HEX triplet: B3, 59 and 7A. RGB value is (179,89,122). Sum of RGB (Red+Green+Blue) = 179+89+122=390 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.90% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 179 - color contains mainly: red. Hex color #B3597A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3597A is #4CA685. Grayscale: #777777. Windows color (decimal): -5023366 or 8018355. OLE color: 8018355.

HSL color Cylindrical-coordinate representation of color #B3597A: hue angle of 338º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B3597A is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB17989122-
CMYK00.500.320.30
HSL338º37.19%52.55%-
HSV(B)338º50.28%70.2%-
XYZ25.6818.1320.56-
YUV119.67129.32170.32-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.90%
GREEN value IS 89 (35.16% from 255) = 22.82%
BLUE value IS 122 (48.05% from 255) = 31.28%
R=45.90%
G=22.82%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798912200.500.320.3033837.1952.55
HexB3597A032201E1522535
Octal26313117206240365224565
Binary1011001110110011111010011001010000011110101010010100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3597A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3597A; }

 p { color: rgb(179,89,122); }

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

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

 a { background-color: rgb(179,89,122); }

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

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

 span { border-color: rgb(179,89,122); }

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