#4010C5

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

Shades of Purple Heart #4010C5

Tints of Purple Heart #4010C5

Color information

#4010C5 (or 0x4010C5) is unknown color: approx Purple Heart. HEX triplet: 40, 10 and C5. RGB value is (64,16,197). Sum of RGB (Red+Green+Blue) = 64+16+197=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 197 (77.34% from 255 or 71.12% from 277); Max value from RGB is 197 - color contains mainly: blue. Hex color #4010C5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4010C5 is #BFEF3A. Grayscale: #323232. Windows color (decimal): -12578619 or 12914752. OLE color: 12914752.

HSL color Cylindrical-coordinate representation of color #4010C5: hue angle of 255.91º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4010C5 is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB6416197-
CMYK0.680.9200.23
HSL255.91º84.98%41.76%-
HSV(B)255.91º91.88%77.25%-
XYZ12.385.4953.23-
YUV50.99210.4137.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.10%
GREEN value IS 16 (6.64% from 255) = 5.78%
BLUE value IS 197 (77.34% from 255) = 71.12%
R=23.10%
G=5.78%
B=71.12%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal64161970.680.9200.23255.9184.9841.76
Hex4010C5445C017100552a
Octal1002030510413402740012552
Binary10000001000011000101100010010111000101111000000001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4010C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4010C5; }

 p { color: rgb(64,16,197); }

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

<style>
 a { background-color: #4010C5; }

 a { background-color: rgb(64,16,197); }

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

<style>
 span { border-color: #4010C5; }

 span { border-color: rgb(64,16,197); }

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