#7040CA

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

Shades of Purple Heart #7040CA

Tints of Purple Heart #7040CA

Color information

#7040CA (or 0x7040CA) is unknown color: approx Purple Heart. HEX triplet: 70, 40 and CA. RGB value is (112,64,202). Sum of RGB (Red+Green+Blue) = 112+64+202=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 202 (79.30% from 255 or 53.44% from 378); Max value from RGB is 202 - color contains mainly: blue. Hex color #7040CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7040CA is #8FBF35. Grayscale: #5D5D5D. Windows color (decimal): -9420598 or 13254768. OLE color: 13254768.

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

Color convert

RGB11264202-
CMYK0.450.6800.21
HSL260.87º56.56%52.16%-
HSV(B)260.87º68.32%79.22%-
XYZ19.1811.3857.06-
YUV94.08188.9140.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.63%
GREEN value IS 64 (25.39% from 255) = 16.93%
BLUE value IS 202 (79.30% from 255) = 53.44%
R=29.63%
G=16.93%
B=53.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal112642020.450.6800.21260.8756.5652.16
Hex7040CA2D440151053934
Octal160100312551040254057164
Binary11100001000000110010101011011000100010101100000101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7040CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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