#4F21C7

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

Shades of Purple Heart #4F21C7

Tints of Purple Heart #4F21C7

Color information

#4F21C7 (or 0x4F21C7) is unknown color: approx Purple Heart. HEX triplet: 4F, 21 and C7. RGB value is (79,33,199). Sum of RGB (Red+Green+Blue) = 79+33+199=311 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.40% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 199 (78.12% from 255 or 63.99% from 311); Max value from RGB is 199 - color contains mainly: blue. Hex color #4F21C7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F21C7 is #B0DE38. Grayscale: #414141. Windows color (decimal): -11591225 or 13050191. OLE color: 13050191.

HSL color Cylindrical-coordinate representation of color #4F21C7: hue angle of 256.63º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4F21C7 is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB7933199-
CMYK0.600.8300.22
HSL256.63º71.55%45.49%-
HSV(B)256.63º83.42%78.04%-
XYZ14.086.8754.62-
YUV65.68203.24137.5-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.40%
GREEN value IS 33 (13.28% from 255) = 10.61%
BLUE value IS 199 (78.12% from 255) = 63.99%
R=25.40%
G=10.61%
B=63.99%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal79331990.600.8300.22256.6371.5545.49
Hex4F21C73C53016101482d
Octal117413077412302640111055
Binary10011111000011100011111110010100110101101000000011001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F21C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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