#4021BF

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

Shades of Purple Heart #4021BF

Tints of Purple Heart #4021BF

Color information

#4021BF (or 0x4021BF) is unknown color: approx Purple Heart. HEX triplet: 40, 21 and BF. RGB value is (64,33,191). Sum of RGB (Red+Green+Blue) = 64+33+191=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 191 (75% from 255 or 66.32% from 288); Max value from RGB is 191 - color contains mainly: blue. Hex color #4021BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4021BF is #BFDE40. Grayscale: #3B3B3B. Windows color (decimal): -12574273 or 12525888. OLE color: 12525888.

HSL color Cylindrical-coordinate representation of color #4021BF: hue angle of 251.77º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4021BF is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6433191-
CMYK0.660.8300.25
HSL251.77º70.54%43.92%-
HSV(B)251.77º82.72%74.9%-
XYZ12.065.9449.8-
YUV60.28201.77130.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.22%
GREEN value IS 33 (13.28% from 255) = 11.46%
BLUE value IS 191 (75% from 255) = 66.32%
R=22.22%
G=11.46%
B=66.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal64331910.660.8300.25251.7770.5443.92
Hex4021BF4253019fc472c
Octal1004127710212303137410754
Binary10000001000011011111110000101010011011001111111001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4021BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4021BF; }

 p { color: rgb(64,33,191); }

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

<style>
 a { background-color: #4021BF; }

 a { background-color: rgb(64,33,191); }

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

<style>
 span { border-color: #4021BF; }

 span { border-color: rgb(64,33,191); }

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