Html Css Color HEX #4F21AE Purple Heart

📋 copy color: '#4F21AE'

red 79 ◦ green 33 ◦ blue 174

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

Shades of Purple Heart #4F21AE

Tints of Purple Heart #4F21AE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.54%

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

R = 27.62%
G = 11.54%
B = 60.84%

CMYK

 C value IS 0.55

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4F21AE (or 0x4F21AE) is known color: Purple Heart. HEX triplet: 4F, 21 and AE. RGB value is (79,33,174). Sum of RGB (Red+Green+Blue) = 79+33+174=286 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.62% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 174 (68.36% from 255 or 60.84% from 286); Max value from RGB is 174 - color contains mainly: blue. Hex color #4F21AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F21AE is #B0DE51. Grayscale: #3E3E3E. Windows color (decimal): -11591250 or 11411791. OLE color: 11411791.

HSL color Cylindrical-coordinate representation of color #4F21AE: hue angle of 259.57º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4F21AE is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 79 33 174 -
CMYK 0.55 0.81 0 0.32
HSL 259.57º 0.68% 0.41% -
HSV(B) 259.57º 0.81% 0.68% -
XYZ 11.41 5.81 40.56 -
YUV 62.83 190.74 139.54 -
System Red Green Blue C M Y K H S L
Decimal 79 33 174 0.55 0.81 0 0.32 259.57 0.68 0.41
Hex 4F 21 AE 37 51 0 20 104 44 29
Octal 117 41 256 67 121 0 40 404 104 51
Binary 1001111 100001 10101110 110111 1010001 0 100000 100000100 1000100 101001

Color Harmonies of #4F21AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F21AE

Black with #4F21AE

Text Example


Text Example

White with #4F21AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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