#4412BD

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

Shades of Purple Heart #4412BD

Tints of Purple Heart #4412BD

Color information

#4412BD (or 0x4412BD) is unknown color: approx Purple Heart. HEX triplet: 44, 12 and BD. RGB value is (68,18,189). Sum of RGB (Red+Green+Blue) = 68+18+189=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 189 (74.22% from 255 or 68.73% from 275); Max value from RGB is 189 - color contains mainly: blue. Hex color #4412BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4412BD is #BBED42. Grayscale: #333333. Windows color (decimal): -12315971 or 12390980. OLE color: 12390980.

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

Color convert

RGB6818189-
CMYK0.640.9000.26
HSL257.54º82.61%40.59%-
HSV(B)257.54º90.48%74.12%-
XYZ11.795.3448.55-
YUV52.44205.06139.1-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.73%
GREEN value IS 18 (7.42% from 255) = 6.55%
BLUE value IS 189 (74.22% from 255) = 68.73%
R=24.73%
G=6.55%
B=68.73%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal68181890.640.9000.26257.5482.6140.59
Hex4412BD405A01A1025329
Octal1042227510013203240212351
Binary10001001001010111101100000010110100110101000000101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4412BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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