#4F28B4

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

Shades of Purple Heart #4F28B4

Tints of Purple Heart #4F28B4

Color information

#4F28B4 (or 0x4F28B4) is unknown color: approx Purple Heart. HEX triplet: 4F, 28 and B4. RGB value is (79,40,180). Sum of RGB (Red+Green+Blue) = 79+40+180=299 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.42% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 180 (70.70% from 255 or 60.20% from 299); Max value from RGB is 180 - color contains mainly: blue. Hex color #4F28B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F28B4 is #B0D74B. Grayscale: #434343. Windows color (decimal): -11589452 or 11806799. OLE color: 11806799.

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

Color convert

RGB7940180-
CMYK0.560.7800.29
HSL256.71º63.64%43.14%-
HSV(B)256.71º77.78%70.59%-
XYZ12.226.4843.79-
YUV67.62191.42136.12-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.42%
GREEN value IS 40 (16.02% from 255) = 13.38%
BLUE value IS 180 (70.70% from 255) = 60.20%
R=26.42%
G=13.38%
B=60.20%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal79401800.560.7800.29256.7163.6443.14
Hex4F28B4384E01D101402b
Octal117502647011603540110053
Binary10011111010001011010011100010011100111011000000011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F28B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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