#4F20AD

Color #4F20AD Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #4F20AD

Tints of Purple Heart #4F20AD

Color information

#4F20AD (or 0x4F20AD) is unknown color: approx Purple Heart. HEX triplet: 4F, 20 and AD. RGB value is (79,32,173). Sum of RGB (Red+Green+Blue) = 79+32+173=284 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.82% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 173 (67.97% from 255 or 60.92% from 284); Max value from RGB is 173 - color contains mainly: blue. Hex color #4F20AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F20AD is #B0DF52. Grayscale: #3D3D3D. Windows color (decimal): -11591507 or 11345999. OLE color: 11345999.

HSL color Cylindrical-coordinate representation of color #4F20AD: hue angle of 260º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F20AD is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7932173-
CMYK0.540.8200.32
HSL260º68.78%40.2%-
HSV(B)260º81.5%67.84%-
XYZ11.285.7140.04-
YUV62.13190.57140.04-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.82%
GREEN value IS 32 (12.89% from 255) = 11.27%
BLUE value IS 173 (67.97% from 255) = 60.92%
R=27.82%
G=11.27%
B=60.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal79321730.540.8200.3226068.7840.2
Hex4F20AD36520201044528
Octal117402556612204040410550
Binary100111110000010101101110110101001001000001000001001000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F20AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F20AD; }

 p { color: rgb(79,32,173); }

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

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

 a { background-color: rgb(79,32,173); }

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

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

 span { border-color: rgb(79,32,173); }

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