#7139CC

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

Shades of Purple Heart #7139CC

Tints of Purple Heart #7139CC

Color information

#7139CC (or 0x7139CC) is unknown color: approx Purple Heart. HEX triplet: 71, 39 and CC. RGB value is (113,57,204). Sum of RGB (Red+Green+Blue) = 113+57+204=374 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.21% from 374); Green value is 57 (22.66% from 255 or 15.24% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #7139CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7139CC is #8EC633. Grayscale: #595959. Windows color (decimal): -9356852 or 13384049. OLE color: 13384049.

HSL color Cylindrical-coordinate representation of color #7139CC: hue angle of 262.86º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7139CC is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11357204-
CMYK0.450.7200.2
HSL262.86º59.04%51.18%-
HSV(B)262.86º72.06%80%-
XYZ19.1710.858.2-
YUV90.5192.05144.05-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.21%
GREEN value IS 57 (22.66% from 255) = 15.24%
BLUE value IS 204 (80.08% from 255) = 54.55%
R=30.21%
G=15.24%
B=54.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal113572040.450.7200.2262.8659.0451.18
Hex7139CC2D480141073b33
Octal16171314551100244077363
Binary1110001111001110011001011011001000010100100000111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7139CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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