#4C28CF

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

Shades of Purple Heart #4C28CF

Tints of Purple Heart #4C28CF

Color information

#4C28CF (or 0x4C28CF) is unknown color: approx Purple Heart. HEX triplet: 4C, 28 and CF. RGB value is (76,40,207). Sum of RGB (Red+Green+Blue) = 76+40+207=323 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.53% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 207 (81.25% from 255 or 64.09% from 323); Max value from RGB is 207 - color contains mainly: blue. Hex color #4C28CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C28CF is #B3D730. Grayscale: #454545. Windows color (decimal): -11786033 or 13576268. OLE color: 13576268.

HSL color Cylindrical-coordinate representation of color #4C28CF: hue angle of 252.93º 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 #4C28CF is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7640207-
CMYK0.630.8100.19
HSL252.93º67.61%48.43%-
HSV(B)252.93º80.68%81.18%-
XYZ157.5659.7-
YUV69.8205.43132.42-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.53%
GREEN value IS 40 (16.02% from 255) = 12.38%
BLUE value IS 207 (81.25% from 255) = 64.09%
R=23.53%
G=12.38%
B=64.09%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal76402070.630.8100.19252.9367.6148.43
Hex4C28CF3F51013fd4430
Octal114503177712102337510460
Binary1001100101000110011111111111010001010011111111011000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C28CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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