#400CB4

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

Shades of Purple Heart #400CB4

Tints of Purple Heart #400CB4

Color information

#400CB4 (or 0x400CB4) is unknown color: approx Purple Heart. HEX triplet: 40, 0C and B4. RGB value is (64,12,180). Sum of RGB (Red+Green+Blue) = 64+12+180=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 12 (5.08% from 255 or 4.69% from 256); Blue value is 180 (70.70% from 255 or 70.31% from 256); Max value from RGB is 180 - color contains mainly: blue. Hex color #400CB4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400CB4 is #BFF34B. Grayscale: #2E2E2E. Windows color (decimal): -12579660 or 11799616. OLE color: 11799616.

HSL color Cylindrical-coordinate representation of color #400CB4: hue angle of 258.57º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #400CB4 is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6412180-
CMYK0.640.9300.29
HSL258.57º87.5%37.65%-
HSV(B)258.57º93.33%70.59%-
XYZ10.484.6543.52-
YUV46.7203.23140.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25%
GREEN value IS 12 (5.08% from 255) = 4.69%
BLUE value IS 180 (70.70% from 255) = 70.31%
R=25%
G=4.69%
B=70.31%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal64121800.640.9300.29258.5787.537.65
Hex40CB4405D01D1035826
Octal1001426410013503540313046
Binary1000000110010110100100000010111010111011000000111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,12,180); }

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

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

 a { background-color: rgb(64,12,180); }

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

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

 span { border-color: rgb(64,12,180); }

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