#4f2ac7

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

Shades of Purple Heart #4F2AC7

Tints of Purple Heart #4F2AC7

Color information

#4F2AC7 (or 0x4F2AC7) is unknown color: approx Purple Heart. HEX triplet: 4F, 2A and C7. RGB value is (79,42,199). Sum of RGB (Red+Green+Blue) = 79+42+199=320 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.69% from 320); Green value is 42 (16.80% from 255 or 13.12% from 320); Blue value is 199 (78.12% from 255 or 62.19% from 320); Max value from RGB is 199 - color contains mainly: blue. Hex color #4F2AC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F2AC7 is #B0D538. Grayscale: #464646. Windows color (decimal): -11588921 or 13052495. OLE color: 13052495.

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

Color convert

RGB7942199-
CMYK0.600.7900.22
HSL254.14º65.15%47.25%-
HSV(B)254.14º78.89%78.04%-
XYZ14.367.4454.71-
YUV70.96200.26133.73-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.69%
GREEN value IS 42 (16.80% from 255) = 13.12%
BLUE value IS 199 (78.12% from 255) = 62.19%
R=24.69%
G=13.12%
B=62.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal79421990.600.7900.22254.1465.1547.25
Hex4F2AC73C4F016fe412f
Octal117523077411702637610157
Binary1001111101010110001111111001001111010110111111101000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f2ac7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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