#4024BE

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

Shades of Purple Heart #4024BE

Tints of Purple Heart #4024BE

Color information

#4024BE (or 0x4024BE) is unknown color: approx Purple Heart. HEX triplet: 40, 24 and BE. RGB value is (64,36,190). Sum of RGB (Red+Green+Blue) = 64+36+190=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 190 (74.61% from 255 or 65.52% from 290); Max value from RGB is 190 - color contains mainly: blue. Hex color #4024BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4024BE is #BFDB41. Grayscale: #3D3D3D. Windows color (decimal): -12573506 or 12461120. OLE color: 12461120.

HSL color Cylindrical-coordinate representation of color #4024BE: hue angle of 250.91º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4024BE is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6436190-
CMYK0.660.8100.25
HSL250.91º68.14%44.31%-
HSV(B)250.91º81.05%74.51%-
XYZ12.046.0749.25-
YUV61.93200.28129.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.07%
GREEN value IS 36 (14.45% from 255) = 12.41%
BLUE value IS 190 (74.61% from 255) = 65.52%
R=22.07%
G=12.41%
B=65.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal64361900.660.8100.25250.9168.1444.31
Hex4024BE4251019fb442c
Octal1004427610212103137310454
Binary10000001001001011111010000101010001011001111110111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4024BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4024BE; }

 p { color: rgb(64,36,190); }

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

<style>
 a { background-color: #4024BE; }

 a { background-color: rgb(64,36,190); }

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

<style>
 span { border-color: #4024BE; }

 span { border-color: rgb(64,36,190); }

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