#7131CF

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

Shades of Purple Heart #7131CF

Tints of Purple Heart #7131CF

Color information

#7131CF (or 0x7131CF) is unknown color: approx Purple Heart. HEX triplet: 71, 31 and CF. RGB value is (113,49,207). Sum of RGB (Red+Green+Blue) = 113+49+207=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 49 (19.53% from 255 or 13.28% from 369); Blue value is 207 (81.25% from 255 or 56.10% from 369); Max value from RGB is 207 - color contains mainly: blue. Hex color #7131CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7131CF is #8ECE30. Grayscale: #555555. Windows color (decimal): -9358897 or 13578609. OLE color: 13578609.

HSL color Cylindrical-coordinate representation of color #7131CF: hue angle of 264.3º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7131CF is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11349207-
CMYK0.450.7600.19
HSL264.3º62.2%50.2%-
HSV(B)264.3º76.33%81.18%-
XYZ19.1710.2159.99-
YUV86.15196.2147.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.62%
GREEN value IS 49 (19.53% from 255) = 13.28%
BLUE value IS 207 (81.25% from 255) = 56.10%
R=30.62%
G=13.28%
B=56.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal113492070.450.7600.19264.362.250.2
Hex7131CF2D4C0131083e32
Octal16161317551140234107662
Binary1110001110001110011111011011001100010011100001000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7131CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7131CF; }

 p { color: rgb(113,49,207); }

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

<style>
 a { background-color: #7131CF; }

 a { background-color: rgb(113,49,207); }

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

<style>
 span { border-color: #7131CF; }

 span { border-color: rgb(113,49,207); }

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