#4F21D5

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

Shades of Purple Heart #4F21D5

Tints of Purple Heart #4F21D5

Color information

#4F21D5 (or 0x4F21D5) is unknown color: approx Purple Heart. HEX triplet: 4F, 21 and D5. RGB value is (79,33,213). Sum of RGB (Red+Green+Blue) = 79+33+213=325 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.31% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 213 (83.59% from 255 or 65.54% from 325); Max value from RGB is 213 - color contains mainly: blue. Hex color #4F21D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F21D5 is #B0DE2A. Grayscale: #424242. Windows color (decimal): -11591211 or 13967695. OLE color: 13967695.

HSL color Cylindrical-coordinate representation of color #4F21D5: hue angle of 255.33º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4F21D5 is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7933213-
CMYK0.630.8500.16
HSL255.33º73.17%48.24%-
HSV(B)255.33º84.51%83.53%-
XYZ15.787.5563.58-
YUV67.27210.24136.36-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.31%
GREEN value IS 33 (13.28% from 255) = 10.15%
BLUE value IS 213 (83.59% from 255) = 65.54%
R=24.31%
G=10.15%
B=65.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal79332130.630.8500.16255.3373.1748.24
Hex4F21D53F55010ff4930
Octal117413257712502037711160
Binary1001111100001110101011111111010101010000111111111001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F21D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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