#4801BE

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

Shades of Purple Heart #4801BE

Tints of Purple Heart #4801BE

Color information

#4801BE (or 0x4801BE) is unknown color: approx Purple Heart. HEX triplet: 48, 01 and BE. RGB value is (72,1,190). Sum of RGB (Red+Green+Blue) = 72+1+190=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 190 (74.61% from 255 or 72.24% from 263); Max value from RGB is 190 - color contains mainly: blue. Hex color #4801BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4801BE is #B7FE41. Grayscale: #2B2B2B. Windows color (decimal): -12058178 or 12452168. OLE color: 12452168.

HSL color Cylindrical-coordinate representation of color #4801BE: hue angle of 262.54º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4801BE is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB721190-
CMYK0.620.9900.25
HSL262.54º98.95%37.45%-
HSV(B)262.54º99.47%74.51%-
XYZ11.985.1249.07-
YUV43.78210.52148.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.38%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 190 (74.61% from 255) = 72.24%
R=27.38%
G=0.38%
B=72.24%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal7211900.620.9900.25262.5498.9537.45
Hex481BE3E630191076325
Octal11012767614303140714345
Binary100100011011111011111011000110110011000001111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4801BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4801BE; }

 p { color: rgb(72,1,190); }

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

<style>
 a { background-color: #4801BE; }

 a { background-color: rgb(72,1,190); }

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

<style>
 span { border-color: #4801BE; }

 span { border-color: rgb(72,1,190); }

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