#400ECB

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

Shades of Purple Heart #400ECB

Tints of Purple Heart #400ECB

Color information

#400ECB (or 0x400ECB) is unknown color: approx Purple Heart. HEX triplet: 40, 0E and CB. RGB value is (64,14,203). Sum of RGB (Red+Green+Blue) = 64+14+203=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 14 (5.86% from 255 or 4.98% from 281); Blue value is 203 (79.69% from 255 or 72.24% from 281); Max value from RGB is 203 - color contains mainly: blue. Hex color #400ECB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400ECB is #BFF134. Grayscale: #313131. Windows color (decimal): -12579125 or 13307456. OLE color: 13307456.

HSL color Cylindrical-coordinate representation of color #400ECB: hue angle of 255.87º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #400ECB is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6414203-
CMYK0.680.9300.20
HSL255.87º87.1%42.55%-
HSV(B)255.87º93.1%79.61%-
XYZ13.055.7256.92-
YUV50.5214.06137.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.78%
GREEN value IS 14 (5.86% from 255) = 4.98%
BLUE value IS 203 (79.69% from 255) = 72.24%
R=22.78%
G=4.98%
B=72.24%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal64142030.680.9300.20255.8787.142.55
Hex40ECB445D014100572b
Octal1001631310413502440012753
Binary1000000111011001011100010010111010101001000000001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400ECB; }

 p { color: rgb(64,14,203); }

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

<style>
 a { background-color: #400ECB; }

 a { background-color: rgb(64,14,203); }

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

<style>
 span { border-color: #400ECB; }

 span { border-color: rgb(64,14,203); }

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