#7140d0

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

Shades of Purple Heart #7140D0

Tints of Purple Heart #7140D0

Color information

#7140D0 (or 0x7140D0) is unknown color: approx Purple Heart. HEX triplet: 71, 40 and D0. RGB value is (113,64,208). Sum of RGB (Red+Green+Blue) = 113+64+208=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 208 (81.64% from 255 or 54.03% from 385); Max value from RGB is 208 - color contains mainly: blue. Hex color #7140D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7140D0 is #8EBF2F. Grayscale: #5E5E5E. Windows color (decimal): -9355056 or 13647985. OLE color: 13647985.

HSL color Cylindrical-coordinate representation of color #7140D0: hue angle of 260.42º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7140D0 is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11364208-
CMYK0.460.6900.18
HSL260.42º60.5%53.33%-
HSV(B)260.42º69.23%81.57%-
XYZ20.0311.7360.88-
YUV95.07191.73140.79-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.35%
GREEN value IS 64 (25.39% from 255) = 16.62%
BLUE value IS 208 (81.64% from 255) = 54.03%
R=29.35%
G=16.62%
B=54.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal113642080.460.6900.18260.4260.553.33
Hex7140D02E450121043d35
Octal161100320561050224047565
Binary11100011000000110100001011101000101010010100000100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7140d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7140d0; }

 p { color: rgb(113,64,208); }

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

<style>
 a { background-color: #7140d0; }

 a { background-color: rgb(113,64,208); }

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

<style>
 span { border-color: #7140d0; }

 span { border-color: rgb(113,64,208); }

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