Html Css Color HEX #4F20AB Purple Heart

📋 copy color: '#4F20AB'

red 79 ◦ green 32 ◦ blue 171

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

Shades of Purple Heart #4F20AB

Tints of Purple Heart #4F20AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 60.64%

R = 28.01%
G = 11.35%
B = 60.64%

CMYK

 C value IS 0.54

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4F20AB (or 0x4F20AB) is known color: Purple Heart. HEX triplet: 4F, 20 and AB. RGB value is (79,32,171). Sum of RGB (Red+Green+Blue) = 79+32+171=282 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.01% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #4F20AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F20AB is #B0DF54. Grayscale: #3D3D3D. Windows color (decimal): -11591509 or 11214927. OLE color: 11214927.

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

Color convert

RGB 79 32 171 -
CMYK 0.54 0.81 0 0.33
HSL 260.29º 0.68% 0.4% -
HSV(B) 260.29º 0.81% 0.67% -
XYZ 11.09 5.64 39.03 -
YUV 61.9 189.57 140.2 -
System Red Green Blue C M Y K H S L
Decimal 79 32 171 0.54 0.81 0 0.33 260.29 0.68 0.4
Hex 4F 20 AB 36 51 0 21 104 44 28
Octal 117 40 253 66 121 0 41 404 104 50
Binary 1001111 100000 10101011 110110 1010001 0 100001 100000100 1000100 101000

Color Harmonies of #4F20AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F20AB

Black with #4F20AB

Text Example


Text Example

White with #4F20AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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