#B34574

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

Shades of Royal Heath #B34574

Tints of Royal Heath #B34574

Color information

#B34574 (or 0xB34574) is unknown color: approx Royal Heath. HEX triplet: B3, 45 and 74. RGB value is (179,69,116). Sum of RGB (Red+Green+Blue) = 179+69+116=364 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.18% from 364); Green value is 69 (27.34% from 255 or 18.96% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 179 - color contains mainly: red. Hex color #B34574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34574 is #4CBA8B. Grayscale: #6B6B6B. Windows color (decimal): -5028492 or 7620019. OLE color: 7620019.

HSL color Cylindrical-coordinate representation of color #B34574: hue angle of 334.36º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B34574 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB17969116-
CMYK00.610.350.30
HSL334.36º44.35%48.63%-
HSV(B)334.36º61.45%70.2%-
XYZ23.8715.118.18-
YUV107.25132.94179.18-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.18%
GREEN value IS 69 (27.34% from 255) = 18.96%
BLUE value IS 116 (45.70% from 255) = 31.87%
R=49.18%
G=18.96%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796911600.610.350.30334.3644.3548.63
HexB3457403D231E14e2c31
Octal26310516407543365165461
Binary1011001110001011110100011110110001111110101001110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34574; }

 p { color: rgb(179,69,116); }

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

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

 a { background-color: rgb(179,69,116); }

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

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

 span { border-color: rgb(179,69,116); }

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