#401BBE

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

Shades of Purple Heart #401BBE

Tints of Purple Heart #401BBE

Color information

#401BBE (or 0x401BBE) is unknown color: approx Purple Heart. HEX triplet: 40, 1B and BE. RGB value is (64,27,190). Sum of RGB (Red+Green+Blue) = 64+27+190=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 27 (10.94% from 255 or 9.61% from 281); Blue value is 190 (74.61% from 255 or 67.62% from 281); Max value from RGB is 190 - color contains mainly: blue. Hex color #401BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401BBE is #BFE441. Grayscale: #383838. Windows color (decimal): -12575810 or 12458816. OLE color: 12458816.

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

Color convert

RGB6427190-
CMYK0.660.8600.25
HSL253.62º75.12%42.55%-
HSV(B)253.62º85.79%74.51%-
XYZ11.85.5949.17-
YUV56.64203.26133.25-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.78%
GREEN value IS 27 (10.94% from 255) = 9.61%
BLUE value IS 190 (74.61% from 255) = 67.62%
R=22.78%
G=9.61%
B=67.62%

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
Decimal64271900.660.8600.25253.6275.1242.55
Hex401BBE4256019fe4b2b
Octal1003327610212603137611353
Binary1000000110111011111010000101010110011001111111101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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