#400FC4

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

Shades of Purple Heart #400FC4

Tints of Purple Heart #400FC4

Color information

#400FC4 (or 0x400FC4) is unknown color: approx Purple Heart. HEX triplet: 40, 0F and C4. RGB value is (64,15,196). Sum of RGB (Red+Green+Blue) = 64+15+196=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 15 (6.25% from 255 or 5.45% from 275); Blue value is 196 (76.95% from 255 or 71.27% from 275); Max value from RGB is 196 - color contains mainly: blue. Hex color #400FC4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400FC4 is #BFF03B. Grayscale: #313131. Windows color (decimal): -12578876 or 12848960. OLE color: 12848960.

HSL color Cylindrical-coordinate representation of color #400FC4: hue angle of 256.24º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #400FC4 is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB6415196-
CMYK0.670.9200.23
HSL256.24º85.78%41.37%-
HSV(B)256.24º92.35%76.86%-
XYZ12.255.4252.62-
YUV50.28210.23137.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.27%
GREEN value IS 15 (6.25% from 255) = 5.45%
BLUE value IS 196 (76.95% from 255) = 71.27%
R=23.27%
G=5.45%
B=71.27%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal64151960.670.9200.23256.2485.7841.37
Hex40FC4435C0171005629
Octal1001730410313402740012651
Binary1000000111111000100100001110111000101111000000001010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,15,196); }

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

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

 a { background-color: rgb(64,15,196); }

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

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

 span { border-color: rgb(64,15,196); }

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