#4116BB

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

Shades of Purple Heart #4116BB

Tints of Purple Heart #4116BB

Color information

#4116BB (or 0x4116BB) is unknown color: approx Purple Heart. HEX triplet: 41, 16 and BB. RGB value is (65,22,187). Sum of RGB (Red+Green+Blue) = 65+22+187=274 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.72% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 187 (73.44% from 255 or 68.25% from 274); Max value from RGB is 187 - color contains mainly: blue. Hex color #4116BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4116BB is #BEE944. Grayscale: #353535. Windows color (decimal): -12511557 or 12260929. OLE color: 12260929.

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

Color convert

RGB6522187-
CMYK0.650.8800.27
HSL255.64º78.95%40.98%-
HSV(B)255.64º88.24%73.33%-
XYZ11.445.2947.43-
YUV53.67203.25136.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.72%
GREEN value IS 22 (8.98% from 255) = 8.03%
BLUE value IS 187 (73.44% from 255) = 68.25%
R=23.72%
G=8.03%
B=68.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal65221870.650.8800.27255.6478.9540.98
Hex4116BB415801B1004f29
Octal1012627310113003340011751
Binary10000011011010111011100000110110000110111000000001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4116BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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