#4F28CF

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

Shades of Purple Heart #4F28CF

Tints of Purple Heart #4F28CF

Color information

#4F28CF (or 0x4F28CF) is unknown color: approx Purple Heart. HEX triplet: 4F, 28 and CF. RGB value is (79,40,207). Sum of RGB (Red+Green+Blue) = 79+40+207=326 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.23% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 207 (81.25% from 255 or 63.50% from 326); Max value from RGB is 207 - color contains mainly: blue. Hex color #4F28CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F28CF is #B0D730. Grayscale: #464646. Windows color (decimal): -11589425 or 13576271. OLE color: 13576271.

HSL color Cylindrical-coordinate representation of color #4F28CF: hue angle of 254.01º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4F28CF is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7940207-
CMYK0.620.8100.19
HSL254.01º67.61%48.43%-
HSV(B)254.01º80.68%81.18%-
XYZ15.257.6859.71-
YUV70.7204.92133.92-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.23%
GREEN value IS 40 (16.02% from 255) = 12.27%
BLUE value IS 207 (81.25% from 255) = 63.50%
R=24.23%
G=12.27%
B=63.50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal79402070.620.8100.19254.0167.6148.43
Hex4F28CF3E51013fe4430
Octal117503177612102337610460
Binary1001111101000110011111111101010001010011111111101000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F28CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,40,207); }

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

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

 a { background-color: rgb(79,40,207); }

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

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

 span { border-color: rgb(79,40,207); }

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