#4022C0

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

Shades of Purple Heart #4022C0

Tints of Purple Heart #4022C0

Color information

#4022C0 (or 0x4022C0) is unknown color: approx Purple Heart. HEX triplet: 40, 22 and C0. RGB value is (64,34,192). Sum of RGB (Red+Green+Blue) = 64+34+192=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 192 (75.39% from 255 or 66.21% from 290); Max value from RGB is 192 - color contains mainly: blue. Hex color #4022C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4022C0 is #BFDD3F. Grayscale: #3C3C3C. Windows color (decimal): -12574016 or 12591680. OLE color: 12591680.

HSL color Cylindrical-coordinate representation of color #4022C0: hue angle of 251.39º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4022C0 is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6434192-
CMYK0.670.8200.25
HSL251.39º69.91%44.31%-
HSV(B)251.39º82.29%75.29%-
XYZ12.26.0450.39-
YUV60.98201.94130.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.07%
GREEN value IS 34 (13.67% from 255) = 11.72%
BLUE value IS 192 (75.39% from 255) = 66.21%
R=22.07%
G=11.72%
B=66.21%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal64341920.670.8200.25251.3969.9144.31
Hex4022C04352019fb462c
Octal1004230010312203137310654
Binary10000001000101100000010000111010010011001111110111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4022C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4022C0; }

 p { color: rgb(64,34,192); }

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

<style>
 a { background-color: #4022C0; }

 a { background-color: rgb(64,34,192); }

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

<style>
 span { border-color: #4022C0; }

 span { border-color: rgb(64,34,192); }

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