#7139CB

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

Shades of Purple Heart #7139CB

Tints of Purple Heart #7139CB

Color information

#7139CB (or 0x7139CB) is unknown color: approx Purple Heart. HEX triplet: 71, 39 and CB. RGB value is (113,57,203). Sum of RGB (Red+Green+Blue) = 113+57+203=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 57 (22.66% from 255 or 15.28% from 373); Blue value is 203 (79.69% from 255 or 54.42% from 373); Max value from RGB is 203 - color contains mainly: blue. Hex color #7139CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7139CB is #8EC634. Grayscale: #595959. Windows color (decimal): -9356853 or 13318513. OLE color: 13318513.

HSL color Cylindrical-coordinate representation of color #7139CB: hue angle of 263.01º degrees, saturation: 0.58, 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 #7139CB is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11357203-
CMYK0.440.7200.20
HSL263.01º58.4%50.98%-
HSV(B)263.01º71.92%79.61%-
XYZ19.0510.7557.57-
YUV90.39191.55144.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.29%
GREEN value IS 57 (22.66% from 255) = 15.28%
BLUE value IS 203 (79.69% from 255) = 54.42%
R=30.29%
G=15.28%
B=54.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal113572030.440.7200.20263.0158.450.98
Hex7139CB2C480141073a33
Octal16171313541100244077263
Binary1110001111001110010111011001001000010100100000111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7139CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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