#994879

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

Shades of Royal Heath #994879

Tints of Royal Heath #994879

Color information

#994879 (or 0x994879) is unknown color: approx Royal Heath. HEX triplet: 99, 48 and 79. RGB value is (153,72,121). Sum of RGB (Red+Green+Blue) = 153+72+121=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 153 - color contains mainly: red. Hex color #994879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994879 is #66B786. Grayscale: #656565. Windows color (decimal): -6731655 or 7948441. OLE color: 7948441.

HSL color Cylindrical-coordinate representation of color #994879: hue angle of 323.7º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #994879 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB15372121-
CMYK00.530.210.4
HSL323.7º36%44.12%-
HSV(B)323.7º52.94%60%-
XYZ18.9112.7919.56-
YUV101.8138.84164.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.22%
GREEN value IS 72 (28.52% from 255) = 20.81%
BLUE value IS 121 (47.66% from 255) = 34.97%
R=44.22%
G=20.81%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537212100.530.210.4323.73644.12
Hex9948790351528144242c
Octal23111017106525505044454
Binary1001100110010001111001011010110101101000101000100100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994879; }

 p { color: rgb(153,72,121); }

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

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

 a { background-color: rgb(153,72,121); }

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

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

 span { border-color: rgb(153,72,121); }

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