#4026CA

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

Shades of Purple Heart #4026CA

Tints of Purple Heart #4026CA

Color information

#4026CA (or 0x4026CA) is unknown color: approx Purple Heart. HEX triplet: 40, 26 and CA. RGB value is (64,38,202). Sum of RGB (Red+Green+Blue) = 64+38+202=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 202 (79.30% from 255 or 66.45% from 304); Max value from RGB is 202 - color contains mainly: blue. Hex color #4026CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4026CA is #BFD935. Grayscale: #3F3F3F. Windows color (decimal): -12572982 or 13248064. OLE color: 13248064.

HSL color Cylindrical-coordinate representation of color #4026CA: hue angle of 249.51º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4026CA is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6438202-
CMYK0.680.8100.21
HSL249.51º68.33%47.06%-
HSV(B)249.51º81.19%79.22%-
XYZ13.476.7456.47-
YUV64.47205.61127.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.05%
GREEN value IS 38 (15.23% from 255) = 12.5%
BLUE value IS 202 (79.30% from 255) = 66.45%
R=21.05%
G=12.5%
B=66.45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal64382020.680.8100.21249.5168.3347.06
Hex4026CA4451015fa442f
Octal1004631210412102537210457
Binary10000001001101100101010001001010001010101111110101000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4026CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4026CA; }

 p { color: rgb(64,38,202); }

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

<style>
 a { background-color: #4026CA; }

 a { background-color: rgb(64,38,202); }

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

<style>
 span { border-color: #4026CA; }

 span { border-color: rgb(64,38,202); }

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