#402AB7

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

Shades of Purple Heart #402AB7

Tints of Purple Heart #402AB7

Color information

#402AB7 (or 0x402AB7) is unknown color: approx Purple Heart. HEX triplet: 40, 2A and B7. RGB value is (64,42,183). Sum of RGB (Red+Green+Blue) = 64+42+183=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 42 (16.80% from 255 or 14.53% from 289); Blue value is 183 (71.88% from 255 or 63.32% from 289); Max value from RGB is 183 - color contains mainly: blue. Hex color #402AB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402AB7 is #BFD548. Grayscale: #404040. Windows color (decimal): -12571977 or 12003904. OLE color: 12003904.

HSL color Cylindrical-coordinate representation of color #402AB7: hue angle of 249.36º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #402AB7 is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB6442183-
CMYK0.650.7700.28
HSL249.36º62.67%44.12%-
HSV(B)249.36º77.05%71.76%-
XYZ11.496.1645.38-
YUV64.65194.79127.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.15%
GREEN value IS 42 (16.80% from 255) = 14.53%
BLUE value IS 183 (71.88% from 255) = 63.32%
R=22.15%
G=14.53%
B=63.32%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal64421830.650.7700.28249.3662.6744.12
Hex402AB7414D01Cf93f2c
Octal100522671011150343717754
Binary1000000101010101101111000001100110101110011111001111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,42,183); }

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

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

 a { background-color: rgb(64,42,183); }

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

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

 span { border-color: rgb(64,42,183); }

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