#4028C4

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

Shades of Purple Heart #4028C4

Tints of Purple Heart #4028C4

Color information

#4028C4 (or 0x4028C4) is unknown color: approx Purple Heart. HEX triplet: 40, 28 and C4. RGB value is (64,40,196). Sum of RGB (Red+Green+Blue) = 64+40+196=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 196 (76.95% from 255 or 65.33% from 300); Max value from RGB is 196 - color contains mainly: blue. Hex color #4028C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4028C4 is #BFD73B. Grayscale: #404040. Windows color (decimal): -12572476 or 12855360. OLE color: 12855360.

HSL color Cylindrical-coordinate representation of color #4028C4: hue angle of 249.23º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4028C4 is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB6440196-
CMYK0.670.8000.23
HSL249.23º66.1%46.27%-
HSV(B)249.23º79.59%76.86%-
XYZ12.846.5952.82-
YUV64.96201.95127.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.33%
GREEN value IS 40 (16.02% from 255) = 13.33%
BLUE value IS 196 (76.95% from 255) = 65.33%
R=21.33%
G=13.33%
B=65.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal64401960.670.8000.23249.2366.146.27
Hex4028C44350017f9422e
Octal1005030410312002737110256
Binary10000001010001100010010000111010000010111111110011000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4028C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4028C4; }

 p { color: rgb(64,40,196); }

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

<style>
 a { background-color: #4028C4; }

 a { background-color: rgb(64,40,196); }

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

<style>
 span { border-color: #4028C4; }

 span { border-color: rgb(64,40,196); }

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