#4731BB

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

Shades of Purple Heart #4731BB

Tints of Purple Heart #4731BB

Color information

#4731BB (or 0x4731BB) is unknown color: approx Purple Heart. HEX triplet: 47, 31 and BB. RGB value is (71,49,187). Sum of RGB (Red+Green+Blue) = 71+49+187=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 187 (73.44% from 255 or 60.91% from 307); Max value from RGB is 187 - color contains mainly: blue. Hex color #4731BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4731BB is #B8CE44. Grayscale: #464646. Windows color (decimal): -12111429 or 12267847. OLE color: 12267847.

HSL color Cylindrical-coordinate representation of color #4731BB: hue angle of 249.57º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4731BB is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7149187-
CMYK0.620.7400.27
HSL249.57º58.47%46.27%-
HSV(B)249.57º73.8%73.33%-
XYZ12.677.1247.72-
YUV71.31193.29127.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.13%
GREEN value IS 49 (19.53% from 255) = 15.96%
BLUE value IS 187 (73.44% from 255) = 60.91%
R=23.13%
G=15.96%
B=60.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal71491870.620.7400.27249.5758.4746.27
Hex4731BB3E4A01Bfa3a2e
Octal10761273761120333727256
Binary100011111000110111011111110100101001101111111010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4731BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4731BB; }

 p { color: rgb(71,49,187); }

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

<style>
 a { background-color: #4731BB; }

 a { background-color: rgb(71,49,187); }

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

<style>
 span { border-color: #4731BB; }

 span { border-color: rgb(71,49,187); }

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