#99447C

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

Shades of Royal Heath #99447C

Tints of Royal Heath #99447C

Color information

#99447C (or 0x99447C) is unknown color: approx Royal Heath. HEX triplet: 99, 44 and 7C. RGB value is (153,68,124). Sum of RGB (Red+Green+Blue) = 153+68+124=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #99447C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99447C is #66BB83. Grayscale: #636363. Windows color (decimal): -6732676 or 8144025. OLE color: 8144025.

HSL color Cylindrical-coordinate representation of color #99447C: hue angle of 320.47º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #99447C is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB15368124-
CMYK00.560.190.4
HSL320.47º38.46%43.33%-
HSV(B)320.47º55.56%60%-
XYZ18.8412.3620.46-
YUV99.8141.66165.95-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.35%
GREEN value IS 68 (26.95% from 255) = 19.71%
BLUE value IS 124 (48.83% from 255) = 35.94%
R=44.35%
G=19.71%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536812400.560.190.4320.4738.4643.33
Hex99447C0381328140262b
Octal23110417407023505004653
Binary1001100110001001111100011100010011101000101000000100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99447C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99447C; }

 p { color: rgb(153,68,124); }

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

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

 a { background-color: rgb(153,68,124); }

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

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

 span { border-color: rgb(153,68,124); }

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