#4416BB

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

Shades of Purple Heart #4416BB

Tints of Purple Heart #4416BB

Color information

#4416BB (or 0x4416BB) is unknown color: approx Purple Heart. HEX triplet: 44, 16 and BB. RGB value is (68,22,187). Sum of RGB (Red+Green+Blue) = 68+22+187=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 187 (73.44% from 255 or 67.51% from 277); Max value from RGB is 187 - color contains mainly: blue. Hex color #4416BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4416BB is #BBE944. Grayscale: #353535. Windows color (decimal): -12314949 or 12260932. OLE color: 12260932.

HSL color Cylindrical-coordinate representation of color #4416BB: hue angle of 256.73º 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 #4416BB is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6822187-
CMYK0.640.8800.27
HSL256.73º78.95%40.98%-
HSV(B)256.73º88.24%73.33%-
XYZ11.645.3947.44-
YUV54.56202.74137.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.55%
GREEN value IS 22 (8.98% from 255) = 7.94%
BLUE value IS 187 (73.44% from 255) = 67.51%
R=24.55%
G=7.94%
B=67.51%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal68221870.640.8800.27256.7378.9540.98
Hex4416BB405801B1014f29
Octal1042627310013003340111751
Binary10001001011010111011100000010110000110111000000011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4416BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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