#402CCB

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

Shades of Purple Heart #402CCB

Tints of Purple Heart #402CCB

Color information

#402CCB (or 0x402CCB) is unknown color: approx Purple Heart. HEX triplet: 40, 2C and CB. RGB value is (64,44,203). Sum of RGB (Red+Green+Blue) = 64+44+203=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 203 (79.69% from 255 or 65.27% from 311); Max value from RGB is 203 - color contains mainly: blue. Hex color #402CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402CCB is #BFD334. Grayscale: #434343. Windows color (decimal): -12571445 or 13315136. OLE color: 13315136.

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

Color convert

RGB6444203-
CMYK0.680.7800.20
HSL247.55º64.37%48.43%-
HSV(B)247.55º78.33%79.61%-
XYZ13.797.257.16-
YUV68.11204.13125.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.58%
GREEN value IS 44 (17.58% from 255) = 14.15%
BLUE value IS 203 (79.69% from 255) = 65.27%
R=20.58%
G=14.15%
B=65.27%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal64442030.680.7800.20247.5564.3748.43
Hex402CCB444E014f84030
Octal1005431310411602437010060
Binary10000001011001100101110001001001110010100111110001000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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