#994679

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

Shades of Royal Heath #994679

Tints of Royal Heath #994679

Color information

#994679 (or 0x994679) is unknown color: approx Royal Heath. HEX triplet: 99, 46 and 79. RGB value is (153,70,121). Sum of RGB (Red+Green+Blue) = 153+70+121=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 121 (47.66% from 255 or 35.17% from 344); Max value from RGB is 153 - color contains mainly: red. Hex color #994679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994679 is #66B986. Grayscale: #646464. Windows color (decimal): -6732167 or 7947929. OLE color: 7947929.

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

Color convert

RGB15370121-
CMYK00.540.210.4
HSL323.13º37.22%43.73%-
HSV(B)323.13º54.25%60%-
XYZ18.7812.5319.52-
YUV100.63139.5165.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.48%
GREEN value IS 70 (27.73% from 255) = 20.35%
BLUE value IS 121 (47.66% from 255) = 35.17%
R=44.48%
G=20.35%
B=35.17%

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
Decimal1537012100.540.210.4323.1337.2243.73
Hex9946790361528143252c
Octal23110617106625505034554
Binary1001100110001101111001011011010101101000101000011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994679; }

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

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

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

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

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

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

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

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