Html Css Color HEX #A74479 Royal Heath

📋 copy color: '#A74479'

red 167 ◦ green 68 ◦ blue 121

#A74479
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #A74479

Tints of Royal Heath #A74479

RGB

 RED value IS 167 (65.63% from 255) = 46.91%

 GREEN value IS 68 (26.95% from 255) = 19.1%

 BLUE value IS 121 (47.66% from 255) = 33.99%

R = 46.91%
G = 19.1%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A74479 (or 0xA74479) is known color: Royal Heath. HEX triplet: A7, 44 and 79. RGB value is (167,68,121). Sum of RGB (Red+Green+Blue) = 167+68+121=356 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.91% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 167 - color contains mainly: red. Hex color #A74479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74479 is #58BB86. Grayscale: #676767. Windows color (decimal): -5815175 or 7947431. OLE color: 7947431.

HSL color Cylindrical-coordinate representation of color #A74479: hue angle of 327.88º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A74479 is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 68 121 -
CMYK 0 0.59 0.28 0.35
HSL 327.88º 0.42% 0.46% -
HSV(B) 327.88º 0.59% 0.65% -
XYZ 21.45 13.73 19.61 -
YUV 103.64 137.8 173.19 -
System Red Green Blue C M Y K H S L
Decimal 167 68 121 0 0.59 0.28 0.35 327.88 0.42 0.46
Hex A7 44 79 0 3B 1C 23 148 2A 2E
Octal 247 104 171 0 73 34 43 510 52 56
Binary 10100111 1000100 1111001 0 111011 11100 100011 101001000 101010 101110

Color Harmonies of #A74479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74479

Black with #A74479

Text Example


Text Example

White with #A74479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74479; }

 p { color: rgb(167,68,121); }

 H1.HeaderClassName
 {
   color: #A74479;
 }
 .AnyTagClassName
 {
   color: #A74479;
 }
</style>

background-color css

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

 a { background-color: rgb(167,68,121); }

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

border-color css

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

 span { border-color: rgb(167,68,121); }

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