#7130C7

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

Shades of Purple Heart #7130C7

Tints of Purple Heart #7130C7

Color information

#7130C7 (or 0x7130C7) is unknown color: approx Purple Heart. HEX triplet: 71, 30 and C7. RGB value is (113,48,199). Sum of RGB (Red+Green+Blue) = 113+48+199=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 48 (19.14% from 255 or 13.33% from 360); Blue value is 199 (78.12% from 255 or 55.28% from 360); Max value from RGB is 199 - color contains mainly: blue. Hex color #7130C7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7130C7 is #8ECF38. Grayscale: #545454. Windows color (decimal): -9359161 or 13054065. OLE color: 13054065.

HSL color Cylindrical-coordinate representation of color #7130C7: hue angle of 265.83º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7130C7 is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11348199-
CMYK0.430.7600.22
HSL265.83º61.13%48.43%-
HSV(B)265.83º75.88%78.04%-
XYZ18.189.7554.96-
YUV84.65192.53148.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.39%
GREEN value IS 48 (19.14% from 255) = 13.33%
BLUE value IS 199 (78.12% from 255) = 55.28%
R=31.39%
G=13.33%
B=55.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal113481990.430.7600.22265.8361.1348.43
Hex7130C72B4C01610a3d30
Octal16160307531140264127560
Binary1110001110000110001111010111001100010110100001010111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7130C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7130C7; }

 p { color: rgb(113,48,199); }

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

<style>
 a { background-color: #7130C7; }

 a { background-color: rgb(113,48,199); }

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

<style>
 span { border-color: #7130C7; }

 span { border-color: rgb(113,48,199); }

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