#442dd5

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

Shades of Purple Heart #442DD5

Tints of Purple Heart #442DD5

Color information

#442DD5 (or 0x442DD5) is unknown color: approx Purple Heart. HEX triplet: 44, 2D and D5. RGB value is (68,45,213). Sum of RGB (Red+Green+Blue) = 68+45+213=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 45 (17.97% from 255 or 13.80% from 326); Blue value is 213 (83.59% from 255 or 65.34% from 326); Max value from RGB is 213 - color contains mainly: blue. Hex color #442DD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442DD5 is #BBD22A. Grayscale: #464646. Windows color (decimal): -12309035 or 13970756. OLE color: 13970756.

HSL color Cylindrical-coordinate representation of color #442DD5: hue angle of 248.21º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #442DD5 is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6845213-
CMYK0.680.7900.16
HSL248.21º66.67%50.59%-
HSV(B)248.21º78.87%83.53%-
XYZ15.337.9163.67-
YUV71.03208.12125.84-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.86%
GREEN value IS 45 (17.97% from 255) = 13.80%
BLUE value IS 213 (83.59% from 255) = 65.34%
R=20.86%
G=13.80%
B=65.34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal68452130.680.7900.16248.2166.6750.59
Hex442DD5444F010f84333
Octal1045532510411702037010363
Binary10001001011011101010110001001001111010000111110001000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442dd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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