#4725B1

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

Shades of Purple Heart #4725B1

Tints of Purple Heart #4725B1

Color information

#4725B1 (or 0x4725B1) is unknown color: approx Purple Heart. HEX triplet: 47, 25 and B1. RGB value is (71,37,177). Sum of RGB (Red+Green+Blue) = 71+37+177=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 177 (69.53% from 255 or 62.11% from 285); Max value from RGB is 177 - color contains mainly: blue. Hex color #4725B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4725B1 is #B8DA4E. Grayscale: #3E3E3E. Windows color (decimal): -12114511 or 11609415. OLE color: 11609415.

HSL color Cylindrical-coordinate representation of color #4725B1: hue angle of 254.57º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4725B1 is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7137177-
CMYK0.600.7900.31
HSL254.57º65.42%41.96%-
HSV(B)254.57º79.1%69.41%-
XYZ11.25.8442.13-
YUV63.13192.26133.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.91%
GREEN value IS 37 (14.84% from 255) = 12.98%
BLUE value IS 177 (69.53% from 255) = 62.11%
R=24.91%
G=12.98%
B=62.11%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal71371770.600.7900.31254.5765.4241.96
Hex4725B13C4F01Fff412a
Octal107452617411703737710152
Binary1000111100101101100011111001001111011111111111111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4725B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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