#402BC5

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

Shades of Purple Heart #402BC5

Tints of Purple Heart #402BC5

Color information

#402BC5 (or 0x402BC5) is unknown color: approx Purple Heart. HEX triplet: 40, 2B and C5. RGB value is (64,43,197). Sum of RGB (Red+Green+Blue) = 64+43+197=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 43 (17.19% from 255 or 14.14% from 304); Blue value is 197 (77.34% from 255 or 64.80% from 304); Max value from RGB is 197 - color contains mainly: blue. Hex color #402BC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402BC5 is #BFD43A. Grayscale: #424242. Windows color (decimal): -12571707 or 12921664. OLE color: 12921664.

HSL color Cylindrical-coordinate representation of color #402BC5: hue angle of 248.18º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #402BC5 is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB6443197-
CMYK0.680.7800.23
HSL248.18º64.17%47.06%-
HSV(B)248.18º78.17%77.25%-
XYZ13.066.8553.46-
YUV66.83201.46125.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.05%
GREEN value IS 43 (17.19% from 255) = 14.14%
BLUE value IS 197 (77.34% from 255) = 64.80%
R=21.05%
G=14.14%
B=64.80%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal64431970.680.7800.23248.1864.1747.06
Hex402BC5444E017f8402f
Octal1005330510411602737010057
Binary10000001010111100010110001001001110010111111110001000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,43,197); }

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

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

 a { background-color: rgb(64,43,197); }

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

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

 span { border-color: rgb(64,43,197); }

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