#401EBD

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

Shades of Purple Heart #401EBD

Tints of Purple Heart #401EBD

Color information

#401EBD (or 0x401EBD) is unknown color: approx Purple Heart. HEX triplet: 40, 1E and BD. RGB value is (64,30,189). Sum of RGB (Red+Green+Blue) = 64+30+189=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 30 (12.11% from 255 or 10.60% from 283); Blue value is 189 (74.22% from 255 or 66.78% from 283); Max value from RGB is 189 - color contains mainly: blue. Hex color #401EBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401EBD is #BFE142. Grayscale: #393939. Windows color (decimal): -12575043 or 12394048. OLE color: 12394048.

HSL color Cylindrical-coordinate representation of color #401EBD: hue angle of 252.83º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #401EBD is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6430189-
CMYK0.660.8400.26
HSL252.83º72.6%42.94%-
HSV(B)252.83º84.13%74.12%-
XYZ11.765.6948.62-
YUV58.29201.76132.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.61%
GREEN value IS 30 (12.11% from 255) = 10.60%
BLUE value IS 189 (74.22% from 255) = 66.78%
R=22.61%
G=10.60%
B=66.78%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal64301890.660.8400.26252.8372.642.94
Hex401EBD425401Afd492b
Octal1003627510212403237511153
Binary1000000111101011110110000101010100011010111111011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401EBD; }

 p { color: rgb(64,30,189); }

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

<style>
 a { background-color: #401EBD; }

 a { background-color: rgb(64,30,189); }

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

<style>
 span { border-color: #401EBD; }

 span { border-color: rgb(64,30,189); }

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