#4712B1

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

Shades of Purple Heart #4712B1

Tints of Purple Heart #4712B1

Color information

#4712B1 (or 0x4712B1) is unknown color: approx Purple Heart. HEX triplet: 47, 12 and B1. RGB value is (71,18,177). Sum of RGB (Red+Green+Blue) = 71+18+177=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 177 (69.53% from 255 or 66.54% from 266); Max value from RGB is 177 - color contains mainly: blue. Hex color #4712B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4712B1 is #B8ED4E. Grayscale: #333333. Windows color (decimal): -12119375 or 11604551. OLE color: 11604551.

HSL color Cylindrical-coordinate representation of color #4712B1: hue angle of 260º 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 #4712B1 is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7118177-
CMYK0.600.9000.31
HSL260º81.54%38.24%-
HSV(B)260º89.83%69.41%-
XYZ10.754.9541.98-
YUV51.97198.56141.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.69%
GREEN value IS 18 (7.42% from 255) = 6.77%
BLUE value IS 177 (69.53% from 255) = 66.54%
R=26.69%
G=6.77%
B=66.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal71181770.600.9000.3126081.5438.24
Hex4712B13C5A01F1045226
Octal107222617413203740412246
Binary1000111100101011000111110010110100111111000001001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4712B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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