#994779

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

Shades of Royal Heath #994779

Tints of Royal Heath #994779

Color information

#994779 (or 0x994779) is unknown color: approx Royal Heath. HEX triplet: 99, 47 and 79. RGB value is (153,71,121). Sum of RGB (Red+Green+Blue) = 153+71+121=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #994779 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994779 is #66B886. Grayscale: #656565. Windows color (decimal): -6731911 or 7948185. OLE color: 7948185.

HSL color Cylindrical-coordinate representation of color #994779: hue angle of 323.41º 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 #994779 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB15371121-
CMYK00.540.210.4
HSL323.41º36.61%43.92%-
HSV(B)323.41º53.59%60%-
XYZ18.8412.6619.54-
YUV101.22139.17164.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.35%
GREEN value IS 71 (28.12% from 255) = 20.58%
BLUE value IS 121 (47.66% from 255) = 35.07%
R=44.35%
G=20.58%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537112100.540.210.4323.4136.6143.92
Hex9947790361528143252c
Octal23110717106625505034554
Binary1001100110001111111001011011010101101000101000011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994779; }

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

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

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

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

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

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

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

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