#442DB3

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

Shades of Purple Heart #442DB3

Tints of Purple Heart #442DB3

Color information

#442DB3 (or 0x442DB3) is unknown color: approx Purple Heart. HEX triplet: 44, 2D and B3. RGB value is (68,45,179). Sum of RGB (Red+Green+Blue) = 68+45+179=292 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.29% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 179 (70.31% from 255 or 61.30% from 292); Max value from RGB is 179 - color contains mainly: blue. Hex color #442DB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442DB3 is #BBD24C. Grayscale: #424242. Windows color (decimal): -12309069 or 11742532. OLE color: 11742532.

HSL color Cylindrical-coordinate representation of color #442DB3: hue angle of 250.3º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #442DB3 is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB6845179-
CMYK0.620.7500.30
HSL250.3º59.82%43.92%-
HSV(B)250.3º74.86%70.2%-
XYZ11.466.3643.27-
YUV67.15191.12128.6-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.29%
GREEN value IS 45 (17.97% from 255) = 15.41%
BLUE value IS 179 (70.31% from 255) = 61.30%
R=23.29%
G=15.41%
B=61.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal68451790.620.7500.30250.359.8243.92
Hex442DB33E4B01Efa3c2c
Octal10455263761130363727454
Binary100010010110110110011111110100101101111011111010111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442DB3; }

 p { color: rgb(68,45,179); }

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

<style>
 a { background-color: #442DB3; }

 a { background-color: rgb(68,45,179); }

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

<style>
 span { border-color: #442DB3; }

 span { border-color: rgb(68,45,179); }

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