#4416BD

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

Shades of Purple Heart #4416BD

Tints of Purple Heart #4416BD

Color information

#4416BD (or 0x4416BD) is unknown color: approx Purple Heart. HEX triplet: 44, 16 and BD. RGB value is (68,22,189). Sum of RGB (Red+Green+Blue) = 68+22+189=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 189 (74.22% from 255 or 67.74% from 279); Max value from RGB is 189 - color contains mainly: blue. Hex color #4416BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4416BD is #BBE942. Grayscale: #363636. Windows color (decimal): -12314947 or 12392004. OLE color: 12392004.

HSL color Cylindrical-coordinate representation of color #4416BD: hue angle of 256.53º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4416BD is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6822189-
CMYK0.640.8800.26
HSL256.53º79.15%41.37%-
HSV(B)256.53º88.36%74.12%-
XYZ11.865.4848.58-
YUV54.79203.74137.42-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.37%
GREEN value IS 22 (8.98% from 255) = 7.89%
BLUE value IS 189 (74.22% from 255) = 67.74%
R=24.37%
G=7.89%
B=67.74%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal68221890.640.8800.26256.5379.1541.37
Hex4416BD405801A1014f29
Octal1042627510013003240111751
Binary10001001011010111101100000010110000110101000000011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4416BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4416BD; }

 p { color: rgb(68,22,189); }

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

<style>
 a { background-color: #4416BD; }

 a { background-color: rgb(68,22,189); }

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

<style>
 span { border-color: #4416BD; }

 span { border-color: rgb(68,22,189); }

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