#4727BF

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

Shades of Purple Heart #4727BF

Tints of Purple Heart #4727BF

Color information

#4727BF (or 0x4727BF) is unknown color: approx Purple Heart. HEX triplet: 47, 27 and BF. RGB value is (71,39,191). Sum of RGB (Red+Green+Blue) = 71+39+191=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 191 (75% from 255 or 63.46% from 301); Max value from RGB is 191 - color contains mainly: blue. Hex color #4727BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4727BF is #B8D840. Grayscale: #414141. Windows color (decimal): -12113985 or 12527431. OLE color: 12527431.

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

Color convert

RGB7139191-
CMYK0.630.8000.25
HSL252.63º66.09%45.1%-
HSV(B)252.63º79.58%74.9%-
XYZ12.736.5549.88-
YUV65.9198.6131.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.59%
GREEN value IS 39 (15.62% from 255) = 12.96%
BLUE value IS 191 (75% from 255) = 63.46%
R=23.59%
G=12.96%
B=63.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal71391910.630.8000.25252.6366.0945.1
Hex4727BF3F50019fd422d
Octal107472777712003137510255
Binary1000111100111101111111111111010000011001111111011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4727BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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