#4731B8

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

Shades of Purple Heart #4731B8

Tints of Purple Heart #4731B8

Color information

#4731B8 (or 0x4731B8) is unknown color: approx Purple Heart. HEX triplet: 47, 31 and B8. RGB value is (71,49,184). Sum of RGB (Red+Green+Blue) = 71+49+184=304 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.36% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 184 (72.27% from 255 or 60.53% from 304); Max value from RGB is 184 - color contains mainly: blue. Hex color #4731B8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4731B8 is #B8CE47. Grayscale: #464646. Windows color (decimal): -12111432 or 12071239. OLE color: 12071239.

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

Color convert

RGB7149184-
CMYK0.610.7300.28
HSL249.78º57.94%45.69%-
HSV(B)249.78º73.37%72.16%-
XYZ12.35746.05-
YUV70.97191.79128.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.36%
GREEN value IS 49 (19.53% from 255) = 16.12%
BLUE value IS 184 (72.27% from 255) = 60.53%
R=23.36%
G=16.12%
B=60.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal71491840.610.7300.28249.7857.9445.69
Hex4731B83D4901Cfa3a2e
Octal10761270751110343727256
Binary100011111000110111000111101100100101110011111010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4731B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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