#B75978

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

Shades of Royal Heath #B75978

Tints of Royal Heath #B75978

Color information

#B75978 (or 0xB75978) is unknown color: approx Royal Heath. HEX triplet: B7, 59 and 78. RGB value is (183,89,120). Sum of RGB (Red+Green+Blue) = 183+89+120=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B75978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75978 is #48A687. Grayscale: #787878. Windows color (decimal): -4761224 or 7887287. OLE color: 7887287.

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

Color convert

RGB18389120-
CMYK00.510.340.28
HSL340.21º39.5%53.33%-
HSV(B)340.21º51.37%71.76%-
XYZ26.4918.5719.96-
YUV120.64127.64172.48-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.68%
GREEN value IS 89 (35.16% from 255) = 22.70%
BLUE value IS 120 (47.27% from 255) = 30.61%
R=46.68%
G=22.70%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838912000.510.340.28340.2139.553.33
HexB75978033221C1542735
Octal26713117006342345244765
Binary1011011110110011111000011001110001011100101010100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75978; }

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

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

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

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

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

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

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

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