#4021B8

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

Shades of Purple Heart #4021B8

Tints of Purple Heart #4021B8

Color information

#4021B8 (or 0x4021B8) is unknown color: approx Purple Heart. HEX triplet: 40, 21 and B8. RGB value is (64,33,184). Sum of RGB (Red+Green+Blue) = 64+33+184=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 184 (72.27% from 255 or 65.48% from 281); Max value from RGB is 184 - color contains mainly: blue. Hex color #4021B8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4021B8 is #BFDE47. Grayscale: #3A3A3A. Windows color (decimal): -12574280 or 12067136. OLE color: 12067136.

HSL color Cylindrical-coordinate representation of color #4021B8: hue angle of 252.32º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4021B8 is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB6433184-
CMYK0.650.8200.28
HSL252.32º69.59%42.55%-
HSV(B)252.32º82.07%72.16%-
XYZ11.315.6445.84-
YUV59.48198.27131.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.78%
GREEN value IS 33 (13.28% from 255) = 11.74%
BLUE value IS 184 (72.27% from 255) = 65.48%
R=22.78%
G=11.74%
B=65.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal64331840.650.8200.28252.3269.5942.55
Hex4021B8415201Cfc462b
Octal1004127010112203437410653
Binary10000001000011011100010000011010010011100111111001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4021B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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