#4915BB

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

Shades of Purple Heart #4915BB

Tints of Purple Heart #4915BB

Color information

#4915BB (or 0x4915BB) is unknown color: approx Purple Heart. HEX triplet: 49, 15 and BB. RGB value is (73,21,187). Sum of RGB (Red+Green+Blue) = 73+21+187=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 187 (73.44% from 255 or 66.55% from 281); Max value from RGB is 187 - color contains mainly: blue. Hex color #4915BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4915BB is #B6EA44. Grayscale: #363636. Windows color (decimal): -11987525 or 12260681. OLE color: 12260681.

HSL color Cylindrical-coordinate representation of color #4915BB: hue angle of 258.8º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4915BB is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7321187-
CMYK0.610.8900.27
HSL258.8º79.81%40.78%-
HSV(B)258.8º88.77%73.33%-
XYZ11.995.5447.45-
YUV55.47202.23140.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.98%
GREEN value IS 21 (8.59% from 255) = 7.47%
BLUE value IS 187 (73.44% from 255) = 66.55%
R=25.98%
G=7.47%
B=66.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal73211870.610.8900.27258.879.8140.78
Hex4915BB3D5901B1035029
Octal111252737513103340312051
Binary1001001101011011101111110110110010110111000000111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4915BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4915BB; }

 p { color: rgb(73,21,187); }

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

<style>
 a { background-color: #4915BB; }

 a { background-color: rgb(73,21,187); }

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

<style>
 span { border-color: #4915BB; }

 span { border-color: rgb(73,21,187); }

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