#4F2EB4

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

Shades of Purple Heart #4F2EB4

Tints of Purple Heart #4F2EB4

Color information

#4F2EB4 (or 0x4F2EB4) is unknown color: approx Purple Heart. HEX triplet: 4F, 2E and B4. RGB value is (79,46,180). Sum of RGB (Red+Green+Blue) = 79+46+180=305 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.90% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 180 (70.70% from 255 or 59.02% from 305); Max value from RGB is 180 - color contains mainly: blue. Hex color #4F2EB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F2EB4 is #B0D14B. Grayscale: #464646. Windows color (decimal): -11587916 or 11808335. OLE color: 11808335.

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

Color convert

RGB7946180-
CMYK0.560.7400.29
HSL254.78º59.29%44.31%-
HSV(B)254.78º74.44%70.59%-
XYZ12.446.9143.86-
YUV71.14189.43133.6-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.90%
GREEN value IS 46 (18.36% from 255) = 15.08%
BLUE value IS 180 (70.70% from 255) = 59.02%
R=25.90%
G=15.08%
B=59.02%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal79461800.560.7400.29254.7859.2944.31
Hex4F2EB4384A01Dff3b2c
Octal11756264701120353777354
Binary100111110111010110100111000100101001110111111111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,46,180); }

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

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

 a { background-color: rgb(79,46,180); }

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

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

 span { border-color: rgb(79,46,180); }

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