#7107AB

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

Shades of Purple Heart #7107AB

Tints of Purple Heart #7107AB

Color information

#7107AB (or 0x7107AB) is unknown color: approx Purple Heart. HEX triplet: 71, 07 and AB. RGB value is (113,7,171). Sum of RGB (Red+Green+Blue) = 113+7+171=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 7 (3.12% from 255 or 2.41% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #7107AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7107AB is #8EF854. Grayscale: #383838. Windows color (decimal): -9369685 or 11208561. OLE color: 11208561.

HSL color Cylindrical-coordinate representation of color #7107AB: hue angle of 278.78º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7107AB is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1137171-
CMYK0.340.9600.33
HSL278.78º92.13%34.9%-
HSV(B)278.78º95.91%67.06%-
XYZ14.246.639.05-
YUV57.39192.12167.66-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.83%
GREEN value IS 7 (3.12% from 255) = 2.41%
BLUE value IS 171 (67.19% from 255) = 58.76%
R=38.83%
G=2.41%
B=58.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11371710.340.9600.33278.7892.1334.9
Hex717AB22600211175c23
Octal16172534214004142713443
Binary111000111110101011100010110000001000011000101111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7107AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7107AB; }

 p { color: rgb(113,7,171); }

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

<style>
 a { background-color: #7107AB; }

 a { background-color: rgb(113,7,171); }

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

<style>
 span { border-color: #7107AB; }

 span { border-color: rgb(113,7,171); }

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