#4825B1

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

Shades of Purple Heart #4825B1

Tints of Purple Heart #4825B1

Color information

#4825B1 (or 0x4825B1) is unknown color: approx Purple Heart. HEX triplet: 48, 25 and B1. RGB value is (72,37,177). Sum of RGB (Red+Green+Blue) = 72+37+177=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 177 (69.53% from 255 or 61.89% from 286); Max value from RGB is 177 - color contains mainly: blue. Hex color #4825B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4825B1 is #B7DA4E. Grayscale: #3E3E3E. Windows color (decimal): -12048975 or 11609416. OLE color: 11609416.

HSL color Cylindrical-coordinate representation of color #4825B1: hue angle of 255º 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 #4825B1 is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7237177-
CMYK0.590.7900.31
HSL255º65.42%41.96%-
HSV(B)255º79.1%69.41%-
XYZ11.275.8842.14-
YUV63.42192.1134.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.17%
GREEN value IS 37 (14.84% from 255) = 12.94%
BLUE value IS 177 (69.53% from 255) = 61.89%
R=25.17%
G=12.94%
B=61.89%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal72371770.590.7900.3125565.4241.96
Hex4825B13B4F01Fff412a
Octal110452617311703737710152
Binary1001000100101101100011110111001111011111111111111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4825B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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