#B74578

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

Shades of Royal Heath #B74578

Tints of Royal Heath #B74578

Color information

#B74578 (or 0xB74578) is unknown color: approx Royal Heath. HEX triplet: B7, 45 and 78. RGB value is (183,69,120). Sum of RGB (Red+Green+Blue) = 183+69+120=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 69 (27.34% from 255 or 18.55% from 372); Blue value is 120 (47.27% from 255 or 32.26% from 372); Max value from RGB is 183 - color contains mainly: red. Hex color #B74578 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74578 is #48BA87. Grayscale: #6C6C6C. Windows color (decimal): -4766344 or 7882167. OLE color: 7882167.

HSL color Cylindrical-coordinate representation of color #B74578: hue angle of 333.16º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B74578 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB18369120-
CMYK00.620.340.28
HSL333.16º45.24%49.41%-
HSV(B)333.16º62.3%71.76%-
XYZ25.0515.6819.48-
YUV108.9134.27180.85-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.19%
GREEN value IS 69 (27.34% from 255) = 18.55%
BLUE value IS 120 (47.27% from 255) = 32.26%
R=49.19%
G=18.55%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836912000.620.340.28333.1645.2449.41
HexB7457803E221C14d2d31
Octal26710517007642345155561
Binary1011011110001011111000011111010001011100101001101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74578; }

 p { color: rgb(183,69,120); }

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

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

 a { background-color: rgb(183,69,120); }

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

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

 span { border-color: rgb(183,69,120); }

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