#400FC6

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

Shades of Purple Heart #400FC6

Tints of Purple Heart #400FC6

Color information

#400FC6 (or 0x400FC6) is unknown color: approx Purple Heart. HEX triplet: 40, 0F and C6. RGB value is (64,15,198). Sum of RGB (Red+Green+Blue) = 64+15+198=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 198 (77.73% from 255 or 71.48% from 277); Max value from RGB is 198 - color contains mainly: blue. Hex color #400FC6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400FC6 is #BFF039. Grayscale: #313131. Windows color (decimal): -12578874 or 12980032. OLE color: 12980032.

HSL color Cylindrical-coordinate representation of color #400FC6: hue angle of 256.07º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #400FC6 is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6415198-
CMYK0.680.9200.22
HSL256.07º85.92%41.76%-
HSV(B)256.07º92.42%77.65%-
XYZ12.485.5153.83-
YUV50.51211.23137.62-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.10%
GREEN value IS 15 (6.25% from 255) = 5.42%
BLUE value IS 198 (77.73% from 255) = 71.48%
R=23.10%
G=5.42%
B=71.48%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal64151980.680.9200.22256.0785.9241.76
Hex40FC6445C016100562a
Octal1001730610413402640012652
Binary1000000111111000110100010010111000101101000000001010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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