#7112B1

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

Shades of Purple Heart #7112B1

Tints of Purple Heart #7112B1

Color information

#7112B1 (or 0x7112B1) is unknown color: approx Purple Heart. HEX triplet: 71, 12 and B1. RGB value is (113,18,177). Sum of RGB (Red+Green+Blue) = 113+18+177=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 177 (69.53% from 255 or 57.47% from 308); Max value from RGB is 177 - color contains mainly: blue. Hex color #7112B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7112B1 is #8EED4E. Grayscale: #3F3F3F. Windows color (decimal): -9366863 or 11604593. OLE color: 11604593.

HSL color Cylindrical-coordinate representation of color #7112B1: hue angle of 275.85º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7112B1 is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11318177-
CMYK0.360.9000.31
HSL275.85º81.54%38.24%-
HSV(B)275.85º89.83%69.41%-
XYZ14.967.1242.18-
YUV64.53191.47162.57-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.69%
GREEN value IS 18 (7.42% from 255) = 5.84%
BLUE value IS 177 (69.53% from 255) = 57.47%
R=36.69%
G=5.84%
B=57.47%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal113181770.360.9000.31275.8581.5438.24
Hex7112B1245A01F1145226
Octal161222614413203742412246
Binary1110001100101011000110010010110100111111000101001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7112B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7112B1; }

 p { color: rgb(113,18,177); }

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

<style>
 a { background-color: #7112B1; }

 a { background-color: rgb(113,18,177); }

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

<style>
 span { border-color: #7112B1; }

 span { border-color: rgb(113,18,177); }

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