#402EBF

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

Shades of Purple Heart #402EBF

Tints of Purple Heart #402EBF

Color information

#402EBF (or 0x402EBF) is unknown color: approx Purple Heart. HEX triplet: 40, 2E and BF. RGB value is (64,46,191). Sum of RGB (Red+Green+Blue) = 64+46+191=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 191 (75% from 255 or 63.46% from 301); Max value from RGB is 191 - color contains mainly: blue. Hex color #402EBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402EBF is #BFD140. Grayscale: #434343. Windows color (decimal): -12570945 or 12529216. OLE color: 12529216.

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

Color convert

RGB6446191-
CMYK0.660.7600.25
HSL247.45º61.18%46.47%-
HSV(B)247.45º75.92%74.9%-
XYZ12.56.8149.95-
YUV67.91197.46125.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.26%
GREEN value IS 46 (18.36% from 255) = 15.28%
BLUE value IS 191 (75% from 255) = 63.46%
R=21.26%
G=15.28%
B=63.46%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal64461910.660.7600.25247.4561.1846.47
Hex402EBF424C019f73d2e
Octal100562771021140313677556
Binary1000000101110101111111000010100110001100111110111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402EBF; }

 p { color: rgb(64,46,191); }

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

<style>
 a { background-color: #402EBF; }

 a { background-color: rgb(64,46,191); }

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

<style>
 span { border-color: #402EBF; }

 span { border-color: rgb(64,46,191); }

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