#4805B6

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

Shades of Purple Heart #4805B6

Tints of Purple Heart #4805B6

Color information

#4805B6 (or 0x4805B6) is unknown color: approx Purple Heart. HEX triplet: 48, 05 and B6. RGB value is (72,5,182). Sum of RGB (Red+Green+Blue) = 72+5+182=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 182 (71.48% from 255 or 70.27% from 259); Max value from RGB is 182 - color contains mainly: blue. Hex color #4805B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4805B6 is #B7FA49. Grayscale: #2C2C2C. Windows color (decimal): -12057162 or 11928904. OLE color: 11928904.

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

Color convert

RGB725182-
CMYK0.600.9700.29
HSL262.71º94.65%36.67%-
HSV(B)262.71º97.25%71.37%-
XYZ11.174.8644.61-
YUV45.21205.2147.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.80%
GREEN value IS 5 (2.34% from 255) = 1.93%
BLUE value IS 182 (71.48% from 255) = 70.27%
R=27.80%
G=1.93%
B=70.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal7251820.600.9700.29262.7194.6536.67
Hex485B63C6101D1075f25
Octal11052667414103540713745
Binary10010001011011011011110011000010111011000001111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4805B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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