#402CD1

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

Shades of Purple Heart #402CD1

Tints of Purple Heart #402CD1

Color information

#402CD1 (or 0x402CD1) is unknown color: approx Purple Heart. HEX triplet: 40, 2C and D1. RGB value is (64,44,209). Sum of RGB (Red+Green+Blue) = 64+44+209=317 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.19% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 209 (82.03% from 255 or 65.93% from 317); Max value from RGB is 209 - color contains mainly: blue. Hex color #402CD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402CD1 is #BFD32E. Grayscale: #444444. Windows color (decimal): -12571439 or 13708352. OLE color: 13708352.

HSL color Cylindrical-coordinate representation of color #402CD1: hue angle of 247.27º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #402CD1 is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6444209-
CMYK0.690.7900.18
HSL247.27º65.22%49.61%-
HSV(B)247.27º78.95%81.96%-
XYZ14.527.4961-
YUV68.79207.13124.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.19%
GREEN value IS 44 (17.58% from 255) = 13.88%
BLUE value IS 209 (82.03% from 255) = 65.93%
R=20.19%
G=13.88%
B=65.93%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal64442090.690.7900.18247.2765.2249.61
Hex402CD1454F012f74132
Octal1005432110511702236710162
Binary10000001011001101000110001011001111010010111101111000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402CD1; }

 p { color: rgb(64,44,209); }

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

<style>
 a { background-color: #402CD1; }

 a { background-color: rgb(64,44,209); }

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

<style>
 span { border-color: #402CD1; }

 span { border-color: rgb(64,44,209); }

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