#402BBC

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

Shades of Purple Heart #402BBC

Tints of Purple Heart #402BBC

Color information

#402BBC (or 0x402BBC) is unknown color: approx Purple Heart. HEX triplet: 40, 2B and BC. RGB value is (64,43,188). Sum of RGB (Red+Green+Blue) = 64+43+188=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 43 (17.19% from 255 or 14.58% from 295); Blue value is 188 (73.83% from 255 or 63.73% from 295); Max value from RGB is 188 - color contains mainly: blue. Hex color #402BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402BBC is #BFD443. Grayscale: #414141. Windows color (decimal): -12571716 or 12331840. OLE color: 12331840.

HSL color Cylindrical-coordinate representation of color #402BBC: hue angle of 248.69º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #402BBC is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6443188-
CMYK0.660.7700.26
HSL248.69º62.77%45.29%-
HSV(B)248.69º77.13%73.73%-
XYZ12.066.4548.19-
YUV65.81196.96126.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.69%
GREEN value IS 43 (17.19% from 255) = 14.58%
BLUE value IS 188 (73.83% from 255) = 63.73%
R=21.69%
G=14.58%
B=63.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal64431880.660.7700.26248.6962.7745.29
Hex402BBC424D01Af93f2d
Octal100532741021150323717755
Binary1000000101011101111001000010100110101101011111001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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