#7108B4

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

Shades of Purple Heart #7108B4

Tints of Purple Heart #7108B4

Color information

#7108B4 (or 0x7108B4) is unknown color: approx Purple Heart. HEX triplet: 71, 08 and B4. RGB value is (113,8,180). Sum of RGB (Red+Green+Blue) = 113+8+180=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 180 (70.70% from 255 or 59.80% from 301); Max value from RGB is 180 - color contains mainly: blue. Hex color #7108B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7108B4 is #8EF74B. Grayscale: #3A3A3A. Windows color (decimal): -9369420 or 11798641. OLE color: 11798641.

HSL color Cylindrical-coordinate representation of color #7108B4: hue angle of 276.63º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7108B4 is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1138180-
CMYK0.370.9600.29
HSL276.63º91.49%36.86%-
HSV(B)276.63º95.56%70.59%-
XYZ15.146.9843.73-
YUV59196.29166.51-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.54%
GREEN value IS 8 (3.52% from 255) = 2.66%
BLUE value IS 180 (70.70% from 255) = 59.80%
R=37.54%
G=2.66%
B=59.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal11381800.370.9600.29276.6391.4936.86
Hex718B4256001D1155b25
Octal161102644514003542513345
Binary111000110001011010010010111000000111011000101011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7108B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7108B4; }

 p { color: rgb(113,8,180); }

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

<style>
 a { background-color: #7108B4; }

 a { background-color: rgb(113,8,180); }

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

<style>
 span { border-color: #7108B4; }

 span { border-color: rgb(113,8,180); }

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