#7130C6

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

Shades of Purple Heart #7130C6

Tints of Purple Heart #7130C6

Color information

#7130C6 (or 0x7130C6) is unknown color: approx Purple Heart. HEX triplet: 71, 30 and C6. RGB value is (113,48,198). Sum of RGB (Red+Green+Blue) = 113+48+198=359 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.48% from 359); Green value is 48 (19.14% from 255 or 13.37% from 359); Blue value is 198 (77.73% from 255 or 55.15% from 359); Max value from RGB is 198 - color contains mainly: blue. Hex color #7130C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7130C6 is #8ECF39. Grayscale: #545454. Windows color (decimal): -9359162 or 12988529. OLE color: 12988529.

HSL color Cylindrical-coordinate representation of color #7130C6: hue angle of 266º 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 #7130C6 is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11348198-
CMYK0.430.7600.22
HSL266º60.98%48.24%-
HSV(B)266º75.76%77.65%-
XYZ18.069.754.35-
YUV84.54192.03148.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.48%
GREEN value IS 48 (19.14% from 255) = 13.37%
BLUE value IS 198 (77.73% from 255) = 55.15%
R=31.48%
G=13.37%
B=55.15%

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
Decimal113481980.430.7600.2226660.9848.24
Hex7130C62B4C01610a3d30
Octal16160306531140264127560
Binary1110001110000110001101010111001100010110100001010111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7130C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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