#4516BB

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

Shades of Purple Heart #4516BB

Tints of Purple Heart #4516BB

Color information

#4516BB (or 0x4516BB) is unknown color: approx Purple Heart. HEX triplet: 45, 16 and BB. RGB value is (69,22,187). Sum of RGB (Red+Green+Blue) = 69+22+187=278 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.82% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 187 (73.44% from 255 or 67.27% from 278); Max value from RGB is 187 - color contains mainly: blue. Hex color #4516BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4516BB is #BAE944. Grayscale: #363636. Windows color (decimal): -12249413 or 12260933. OLE color: 12260933.

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

Color convert

RGB6922187-
CMYK0.630.8800.27
HSL257.09º78.95%40.98%-
HSV(B)257.09º88.24%73.33%-
XYZ11.715.4347.44-
YUV54.86202.57138.08-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.82%
GREEN value IS 22 (8.98% from 255) = 7.91%
BLUE value IS 187 (73.44% from 255) = 67.27%
R=24.82%
G=7.91%
B=67.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal69221870.630.8800.27257.0978.9540.98
Hex4516BB3F5801B1014f29
Octal105262737713003340111751
Binary1000101101101011101111111110110000110111000000011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4516BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,22,187); }

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

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

 a { background-color: rgb(69,22,187); }

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

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

 span { border-color: rgb(69,22,187); }

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