#401ABE

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

Shades of Purple Heart #401ABE

Tints of Purple Heart #401ABE

Color information

#401ABE (or 0x401ABE) is unknown color: approx Purple Heart. HEX triplet: 40, 1A and BE. RGB value is (64,26,190). Sum of RGB (Red+Green+Blue) = 64+26+190=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 26 (10.55% from 255 or 9.29% from 280); Blue value is 190 (74.61% from 255 or 67.86% from 280); Max value from RGB is 190 - color contains mainly: blue. Hex color #401ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401ABE is #BFE541. Grayscale: #373737. Windows color (decimal): -12576066 or 12458560. OLE color: 12458560.

HSL color Cylindrical-coordinate representation of color #401ABE: hue angle of 253.9º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #401ABE is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6426190-
CMYK0.660.8600.25
HSL253.9º75.93%42.35%-
HSV(B)253.9º86.32%74.51%-
XYZ11.785.5549.17-
YUV56.06203.59133.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.86%
GREEN value IS 26 (10.55% from 255) = 9.29%
BLUE value IS 190 (74.61% from 255) = 67.86%
R=22.86%
G=9.29%
B=67.86%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal64261900.660.8600.25253.975.9342.35
Hex401ABE4256019fe4c2a
Octal1003227610212603137611452
Binary1000000110101011111010000101010110011001111111101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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