Html Css Color HEX #4F20AE Purple Heart

📋 copy color: '#4F20AE'

red 79 ◦ green 32 ◦ blue 174

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

Shades of Purple Heart #4F20AE

Tints of Purple Heart #4F20AE

RGB

 RED value IS 79 (31.25% from 255) = 27.72%

 GREEN value IS 32 (12.89% from 255) = 11.23%

 BLUE value IS 174 (68.36% from 255) = 61.05%

R = 27.72%
G = 11.23%
B = 61.05%

CMYK

 C value IS 0.55

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4F20AE (or 0x4F20AE) is known color: Purple Heart. HEX triplet: 4F, 20 and AE. RGB value is (79,32,174). Sum of RGB (Red+Green+Blue) = 79+32+174=285 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.72% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 174 (68.36% from 255 or 61.05% from 285); Max value from RGB is 174 - color contains mainly: blue. Hex color #4F20AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F20AE is #B0DF51. Grayscale: #3D3D3D. Windows color (decimal): -11591506 or 11411535. OLE color: 11411535.

HSL color Cylindrical-coordinate representation of color #4F20AE: hue angle of 259.86º 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 #4F20AE is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 79 32 174 -
CMYK 0.55 0.82 0 0.32
HSL 259.86º 0.69% 0.4% -
HSV(B) 259.86º 0.82% 0.68% -
XYZ 11.38 5.75 40.55 -
YUV 62.24 191.07 139.95 -
System Red Green Blue C M Y K H S L
Decimal 79 32 174 0.55 0.82 0 0.32 259.86 0.69 0.4
Hex 4F 20 AE 37 52 0 20 104 45 28
Octal 117 40 256 67 122 0 40 404 105 50
Binary 1001111 100000 10101110 110111 1010010 0 100000 100000100 1000101 101000

Color Harmonies of #4F20AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F20AE

Black with #4F20AE

Text Example


Text Example

White with #4F20AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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