#4018B9

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

Shades of Purple Heart #4018B9

Tints of Purple Heart #4018B9

Color information

#4018B9 (or 0x4018B9) is unknown color: approx Purple Heart. HEX triplet: 40, 18 and B9. RGB value is (64,24,185). Sum of RGB (Red+Green+Blue) = 64+24+185=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 185 (72.66% from 255 or 67.77% from 273); Max value from RGB is 185 - color contains mainly: blue. Hex color #4018B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4018B9 is #BFE746. Grayscale: #353535. Windows color (decimal): -12576583 or 12130368. OLE color: 12130368.

HSL color Cylindrical-coordinate representation of color #4018B9: hue angle of 254.91º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4018B9 is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6424185-
CMYK0.650.8700.27
HSL254.91º77.03%40.98%-
HSV(B)254.91º87.03%72.55%-
XYZ11.25.2546.32-
YUV54.31201.75134.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.44%
GREEN value IS 24 (9.77% from 255) = 8.79%
BLUE value IS 185 (72.66% from 255) = 67.77%
R=23.44%
G=8.79%
B=67.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal64241850.650.8700.27254.9177.0340.98
Hex4018B9415701Bff4d29
Octal1003027110112703337711551
Binary1000000110001011100110000011010111011011111111111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4018B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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