#4414BD

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

Shades of Purple Heart #4414BD

Tints of Purple Heart #4414BD

Color information

#4414BD (or 0x4414BD) is unknown color: approx Purple Heart. HEX triplet: 44, 14 and BD. RGB value is (68,20,189). Sum of RGB (Red+Green+Blue) = 68+20+189=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 189 (74.22% from 255 or 68.23% from 277); Max value from RGB is 189 - color contains mainly: blue. Hex color #4414BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4414BD is #BBEB42. Grayscale: #343434. Windows color (decimal): -12315459 or 12391492. OLE color: 12391492.

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

Color convert

RGB6820189-
CMYK0.640.8900.26
HSL257.04º80.86%40.98%-
HSV(B)257.04º89.42%74.12%-
XYZ11.825.448.56-
YUV53.62204.4138.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.55%
GREEN value IS 20 (8.20% from 255) = 7.22%
BLUE value IS 189 (74.22% from 255) = 68.23%
R=24.55%
G=7.22%
B=68.23%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal68201890.640.8900.26257.0480.8640.98
Hex4414BD405901A1015129
Octal1042427510013103240112151
Binary10001001010010111101100000010110010110101000000011010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4414BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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