#4027C5

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

Shades of Purple Heart #4027C5

Tints of Purple Heart #4027C5

Color information

#4027C5 (or 0x4027C5) is unknown color: approx Purple Heart. HEX triplet: 40, 27 and C5. RGB value is (64,39,197). Sum of RGB (Red+Green+Blue) = 64+39+197=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 197 (77.34% from 255 or 65.67% from 300); Max value from RGB is 197 - color contains mainly: blue. Hex color #4027C5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4027C5 is #BFD83A. Grayscale: #3F3F3F. Windows color (decimal): -12572731 or 12920640. OLE color: 12920640.

HSL color Cylindrical-coordinate representation of color #4027C5: hue angle of 249.49º degrees, saturation: 0.67, 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 #4027C5 is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB6439197-
CMYK0.680.8000.23
HSL249.49º66.95%46.27%-
HSV(B)249.49º80.2%77.25%-
XYZ12.926.5753.41-
YUV64.49202.78127.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.33%
GREEN value IS 39 (15.62% from 255) = 13%
BLUE value IS 197 (77.34% from 255) = 65.67%
R=21.33%
G=13%
B=65.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal64391970.680.8000.23249.4966.9546.27
Hex4027C54450017f9432e
Octal1004730510412002737110356
Binary10000001001111100010110001001010000010111111110011000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4027C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4027C5; }

 p { color: rgb(64,39,197); }

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

<style>
 a { background-color: #4027C5; }

 a { background-color: rgb(64,39,197); }

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

<style>
 span { border-color: #4027C5; }

 span { border-color: rgb(64,39,197); }

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