#7108BF

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

Shades of Purple Heart #7108BF

Tints of Purple Heart #7108BF

Color information

#7108BF (or 0x7108BF) is unknown color: approx Purple Heart. HEX triplet: 71, 08 and BF. RGB value is (113,8,191). Sum of RGB (Red+Green+Blue) = 113+8+191=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 8 (3.52% from 255 or 2.56% from 312); Blue value is 191 (75% from 255 or 61.22% from 312); Max value from RGB is 191 - color contains mainly: blue. Hex color #7108BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7108BF is #8EF740. Grayscale: #3B3B3B. Windows color (decimal): -9369409 or 12519537. OLE color: 12519537.

HSL color Cylindrical-coordinate representation of color #7108BF: hue angle of 274.43º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7108BF is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1138191-
CMYK0.410.9600.25
HSL274.43º91.96%39.02%-
HSV(B)274.43º95.81%74.9%-
XYZ16.37.4549.87-
YUV60.26201.79165.62-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.22%
GREEN value IS 8 (3.52% from 255) = 2.56%
BLUE value IS 191 (75% from 255) = 61.22%
R=36.22%
G=2.56%
B=61.22%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11381910.410.9600.25274.4391.9639.02
Hex718BF29600191125c27
Octal161102775114003142213447
Binary111000110001011111110100111000000110011000100101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7108BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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