#4730BF

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

Shades of Purple Heart #4730BF

Tints of Purple Heart #4730BF

Color information

#4730BF (or 0x4730BF) is unknown color: approx Purple Heart. HEX triplet: 47, 30 and BF. RGB value is (71,48,191). Sum of RGB (Red+Green+Blue) = 71+48+191=310 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.90% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 191 (75% from 255 or 61.61% from 310); Max value from RGB is 191 - color contains mainly: blue. Hex color #4730BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4730BF is #B8CF40. Grayscale: #464646. Windows color (decimal): -12111681 or 12529735. OLE color: 12529735.

HSL color Cylindrical-coordinate representation of color #4730BF: hue angle of 249.65º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4730BF is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7148191-
CMYK0.630.7500.25
HSL249.65º59.83%46.86%-
HSV(B)249.65º74.87%74.9%-
XYZ13.067.2249.99-
YUV71.18195.62127.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.90%
GREEN value IS 48 (19.14% from 255) = 15.48%
BLUE value IS 191 (75% from 255) = 61.61%
R=22.90%
G=15.48%
B=61.61%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal71481910.630.7500.25249.6559.8346.86
Hex4730BF3F4B019fa3c2f
Octal10760277771130313727457
Binary100011111000010111111111111100101101100111111010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4730BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4730BF; }

 p { color: rgb(71,48,191); }

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

<style>
 a { background-color: #4730BF; }

 a { background-color: rgb(71,48,191); }

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

<style>
 span { border-color: #4730BF; }

 span { border-color: rgb(71,48,191); }

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