#4805B9

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

Shades of Purple Heart #4805B9

Tints of Purple Heart #4805B9

Color information

#4805B9 (or 0x4805B9) is unknown color: approx Purple Heart. HEX triplet: 48, 05 and B9. RGB value is (72,5,185). Sum of RGB (Red+Green+Blue) = 72+5+185=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 185 (72.66% from 255 or 70.61% from 262); Max value from RGB is 185 - color contains mainly: blue. Hex color #4805B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4805B9 is #B7FA46. Grayscale: #2C2C2C. Windows color (decimal): -12057159 or 12125512. OLE color: 12125512.

HSL color Cylindrical-coordinate representation of color #4805B9: hue angle of 262.33º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4805B9 is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB725185-
CMYK0.610.9700.27
HSL262.33º94.74%37.25%-
HSV(B)262.33º97.3%72.55%-
XYZ11.484.9946.26-
YUV45.55206.7146.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.48%
GREEN value IS 5 (2.34% from 255) = 1.91%
BLUE value IS 185 (72.66% from 255) = 70.61%
R=27.48%
G=1.91%
B=70.61%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal7251850.610.9700.27262.3394.7437.25
Hex485B93D6101B1065f25
Octal11052717514103340613745
Binary10010001011011100111110111000010110111000001101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4805B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4805B9; }

 p { color: rgb(72,5,185); }

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

<style>
 a { background-color: #4805B9; }

 a { background-color: rgb(72,5,185); }

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

<style>
 span { border-color: #4805B9; }

 span { border-color: rgb(72,5,185); }

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