#4F21BF

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

Shades of Purple Heart #4F21BF

Tints of Purple Heart #4F21BF

Color information

#4F21BF (or 0x4F21BF) is unknown color: approx Purple Heart. HEX triplet: 4F, 21 and BF. RGB value is (79,33,191). Sum of RGB (Red+Green+Blue) = 79+33+191=303 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.07% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 191 (75% from 255 or 63.04% from 303); Max value from RGB is 191 - color contains mainly: blue. Hex color #4F21BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F21BF is #B0DE40. Grayscale: #404040. Windows color (decimal): -11591233 or 12525903. OLE color: 12525903.

HSL color Cylindrical-coordinate representation of color #4F21BF: hue angle of 257.47º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4F21BF is Cyan = 0.59, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7933191-
CMYK0.590.8300.25
HSL257.47º70.54%43.92%-
HSV(B)257.47º82.72%74.9%-
XYZ13.176.5149.85-
YUV64.77199.24138.15-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.07%
GREEN value IS 33 (13.28% from 255) = 10.89%
BLUE value IS 191 (75% from 255) = 63.04%
R=26.07%
G=10.89%
B=63.04%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal79331910.590.8300.25257.4770.5443.92
Hex4F21BF3B53019101472c
Octal117412777312303140110754
Binary10011111000011011111111101110100110110011000000011000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F21BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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