#4F21AF

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

Shades of Purple Heart #4F21AF

Tints of Purple Heart #4F21AF

Color information

#4F21AF (or 0x4F21AF) is unknown color: approx Purple Heart. HEX triplet: 4F, 21 and AF. RGB value is (79,33,175). Sum of RGB (Red+Green+Blue) = 79+33+175=287 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.53% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 175 (68.75% from 255 or 60.98% from 287); Max value from RGB is 175 - color contains mainly: blue. Hex color #4F21AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F21AF is #B0DE50. Grayscale: #3E3E3E. Windows color (decimal): -11591249 or 11477327. OLE color: 11477327.

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

Color convert

RGB7933175-
CMYK0.550.8100.31
HSL259.44º68.27%40.78%-
HSV(B)259.44º81.14%68.63%-
XYZ11.515.8541.08-
YUV62.94191.24139.45-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.53%
GREEN value IS 33 (13.28% from 255) = 11.50%
BLUE value IS 175 (68.75% from 255) = 60.98%
R=27.53%
G=11.50%
B=60.98%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal79331750.550.8100.31259.4468.2740.78
Hex4F21AF375101F1034429
Octal117412576712103740310451
Binary10011111000011010111111011110100010111111000000111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F21AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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