#B75780

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

Shades of Royal Heath #B75780

Tints of Royal Heath #B75780

Color information

#B75780 (or 0xB75780) is unknown color: approx Royal Heath. HEX triplet: B7, 57 and 80. RGB value is (183,87,128). Sum of RGB (Red+Green+Blue) = 183+87+128=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 87 (34.38% from 255 or 21.86% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 183 - color contains mainly: red. Hex color #B75780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75780 is #48A87F. Grayscale: #787878. Windows color (decimal): -4761728 or 8411063. OLE color: 8411063.

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

Color convert

RGB18387128-
CMYK00.520.300.28
HSL334.38º40%52.94%-
HSV(B)334.38º52.46%71.76%-
XYZ26.8318.4422.57-
YUV120.38132.3172.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.98%
GREEN value IS 87 (34.38% from 255) = 21.86%
BLUE value IS 128 (50.39% from 255) = 32.16%
R=45.98%
G=21.86%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838712800.520.300.28334.384052.94
HexB757800341E1C14e2835
Octal26712720006436345165065
Binary1011011110101111000000001101001111011100101001110101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75780; }

 p { color: rgb(183,87,128); }

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

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

 a { background-color: rgb(183,87,128); }

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

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

 span { border-color: rgb(183,87,128); }

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