#7139CE

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

Shades of Purple Heart #7139CE

Tints of Purple Heart #7139CE

Color information

#7139CE (or 0x7139CE) is unknown color: approx Purple Heart. HEX triplet: 71, 39 and CE. RGB value is (113,57,206). Sum of RGB (Red+Green+Blue) = 113+57+206=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 57 (22.66% from 255 or 15.16% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #7139CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7139CE is #8EC631. Grayscale: #5A5A5A. Windows color (decimal): -9356850 or 13515121. OLE color: 13515121.

HSL color Cylindrical-coordinate representation of color #7139CE: hue angle of 262.55º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7139CE is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11357206-
CMYK0.450.7200.19
HSL262.55º60.32%51.57%-
HSV(B)262.55º72.33%80.78%-
XYZ19.4110.8959.47-
YUV90.73193.05143.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.05%
GREEN value IS 57 (22.66% from 255) = 15.16%
BLUE value IS 206 (80.86% from 255) = 54.79%
R=30.05%
G=15.16%
B=54.79%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal113572060.450.7200.19262.5560.3251.57
Hex7139CE2D480131073c34
Octal16171316551100234077464
Binary1110001111001110011101011011001000010011100000111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7139CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7139CE; }

 p { color: rgb(113,57,206); }

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

<style>
 a { background-color: #7139CE; }

 a { background-color: rgb(113,57,206); }

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

<style>
 span { border-color: #7139CE; }

 span { border-color: rgb(113,57,206); }

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