#4F28CC

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

Shades of Purple Heart #4F28CC

Tints of Purple Heart #4F28CC

Color information

#4F28CC (or 0x4F28CC) is unknown color: approx Purple Heart. HEX triplet: 4F, 28 and CC. RGB value is (79,40,204). Sum of RGB (Red+Green+Blue) = 79+40+204=323 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.46% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 204 (80.08% from 255 or 63.16% from 323); Max value from RGB is 204 - color contains mainly: blue. Hex color #4F28CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F28CC is #B0D733. Grayscale: #454545. Windows color (decimal): -11589428 or 13379663. OLE color: 13379663.

HSL color Cylindrical-coordinate representation of color #4F28CC: hue angle of 254.27º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F28CC is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB7940204-
CMYK0.610.8000.2
HSL254.27º67.21%47.84%-
HSV(B)254.27º80.39%80%-
XYZ14.887.5457.8-
YUV70.36203.42134.16-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.46%
GREEN value IS 40 (16.02% from 255) = 12.38%
BLUE value IS 204 (80.08% from 255) = 63.16%
R=24.46%
G=12.38%
B=63.16%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal79402040.610.8000.2254.2767.2147.84
Hex4F28CC3D50014fe4330
Octal117503147512002437610360
Binary1001111101000110011001111011010000010100111111101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F28CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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