#4018B4

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

Shades of Purple Heart #4018B4

Tints of Purple Heart #4018B4

Color information

#4018B4 (or 0x4018B4) is unknown color: approx Purple Heart. HEX triplet: 40, 18 and B4. RGB value is (64,24,180). Sum of RGB (Red+Green+Blue) = 64+24+180=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 180 (70.70% from 255 or 67.16% from 268); Max value from RGB is 180 - color contains mainly: blue. Hex color #4018B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4018B4 is #BFE74B. Grayscale: #353535. Windows color (decimal): -12576588 or 11802688. OLE color: 11802688.

HSL color Cylindrical-coordinate representation of color #4018B4: hue angle of 255.38º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4018B4 is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6424180-
CMYK0.640.8700.29
HSL255.38º76.47%40%-
HSV(B)255.38º86.67%70.59%-
XYZ10.685.0443.59-
YUV53.74199.25135.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.88%
GREEN value IS 24 (9.77% from 255) = 8.96%
BLUE value IS 180 (70.70% from 255) = 67.16%
R=23.88%
G=8.96%
B=67.16%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal64241800.640.8700.29255.3876.4740
Hex4018B4405701Dff4c28
Octal1003026410012703537711450
Binary1000000110001011010010000001010111011101111111111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4018B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4018B4; }

 p { color: rgb(64,24,180); }

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

<style>
 a { background-color: #4018B4; }

 a { background-color: rgb(64,24,180); }

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

<style>
 span { border-color: #4018B4; }

 span { border-color: rgb(64,24,180); }

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