#99477B

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

Shades of Royal Heath #99477B

Tints of Royal Heath #99477B

Color information

#99477B (or 0x99477B) is unknown color: approx Royal Heath. HEX triplet: 99, 47 and 7B. RGB value is (153,71,123). Sum of RGB (Red+Green+Blue) = 153+71+123=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 71 (28.12% from 255 or 20.46% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 153 - color contains mainly: red. Hex color #99477B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99477B is #66B884. Grayscale: #656565. Windows color (decimal): -6731909 or 8079257. OLE color: 8079257.

HSL color Cylindrical-coordinate representation of color #99477B: hue angle of 321.95º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #99477B is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB15371123-
CMYK00.540.200.4
HSL321.95º36.61%43.92%-
HSV(B)321.95º53.59%60%-
XYZ18.9712.7120.19-
YUV101.45140.17164.77-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.09%
GREEN value IS 71 (28.12% from 255) = 20.46%
BLUE value IS 123 (48.44% from 255) = 35.45%
R=44.09%
G=20.46%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537112300.540.200.4321.9536.6143.92
Hex99477B0361428142252c
Octal23110717306624505024554
Binary1001100110001111111011011011010100101000101000010100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99477B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99477B; }

 p { color: rgb(153,71,123); }

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

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

 a { background-color: rgb(153,71,123); }

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

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

 span { border-color: rgb(153,71,123); }

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