#4027c2

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

Shades of Purple Heart #4027C2

Tints of Purple Heart #4027C2

Color information

#4027C2 (or 0x4027C2) is unknown color: approx Purple Heart. HEX triplet: 40, 27 and C2. RGB value is (64,39,194). Sum of RGB (Red+Green+Blue) = 64+39+194=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 194 (76.17% from 255 or 65.32% from 297); Max value from RGB is 194 - color contains mainly: blue. Hex color #4027C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4027C2 is #BFD83D. Grayscale: #3F3F3F. Windows color (decimal): -12572734 or 12724032. OLE color: 12724032.

HSL color Cylindrical-coordinate representation of color #4027C2: hue angle of 249.68º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4027C2 is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6439194-
CMYK0.670.8000.24
HSL249.68º66.52%45.69%-
HSV(B)249.68º79.9%76.08%-
XYZ12.586.4451.62-
YUV64.14201.28127.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.55%
GREEN value IS 39 (15.62% from 255) = 13.13%
BLUE value IS 194 (76.17% from 255) = 65.32%
R=21.55%
G=13.13%
B=65.32%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal64391940.670.8000.24249.6866.5245.69
Hex4027C24350018fa432e
Octal1004730210312003037210356
Binary10000001001111100001010000111010000011000111110101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4027c2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4027c2; }

 p { color: rgb(64,39,194); }

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

<style>
 a { background-color: #4027c2; }

 a { background-color: rgb(64,39,194); }

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

<style>
 span { border-color: #4027c2; }

 span { border-color: rgb(64,39,194); }

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