#400FC0

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

Shades of Purple Heart #400FC0

Tints of Purple Heart #400FC0

Color information

#400FC0 (or 0x400FC0) is unknown color: approx Purple Heart. HEX triplet: 40, 0F and C0. RGB value is (64,15,192). Sum of RGB (Red+Green+Blue) = 64+15+192=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 15 (6.25% from 255 or 5.54% from 271); Blue value is 192 (75.39% from 255 or 70.85% from 271); Max value from RGB is 192 - color contains mainly: blue. Hex color #400FC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400FC0 is #BFF03F. Grayscale: #313131. Windows color (decimal): -12578880 or 12586816. OLE color: 12586816.

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

Color convert

RGB6415192-
CMYK0.670.9200.25
HSL256.61º85.51%40.59%-
HSV(B)256.61º92.19%75.29%-
XYZ11.85.2450.26-
YUV49.83208.23138.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.62%
GREEN value IS 15 (6.25% from 255) = 5.54%
BLUE value IS 192 (75.39% from 255) = 70.85%
R=23.62%
G=5.54%
B=70.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal64151920.670.9200.25256.6185.5140.59
Hex40FC0435C0191015629
Octal1001730010313403140112651
Binary1000000111111000000100001110111000110011000000011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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