#442FBD

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

Shades of Purple Heart #442FBD

Tints of Purple Heart #442FBD

Color information

#442FBD (or 0x442FBD) is unknown color: approx Purple Heart. HEX triplet: 44, 2F and BD. RGB value is (68,47,189). Sum of RGB (Red+Green+Blue) = 68+47+189=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 47 (18.75% from 255 or 15.46% from 304); Blue value is 189 (74.22% from 255 or 62.17% from 304); Max value from RGB is 189 - color contains mainly: blue. Hex color #442FBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442FBD is #BBD042. Grayscale: #444444. Windows color (decimal): -12308547 or 12398404. OLE color: 12398404.

HSL color Cylindrical-coordinate representation of color #442FBD: hue angle of 248.87º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #442FBD is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6847189-
CMYK0.640.7500.26
HSL248.87º60.17%46.27%-
HSV(B)248.87º75.13%74.12%-
XYZ12.596.9448.82-
YUV69.47195.46126.95-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.37%
GREEN value IS 47 (18.75% from 255) = 15.46%
BLUE value IS 189 (74.22% from 255) = 62.17%
R=22.37%
G=15.46%
B=62.17%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal68471890.640.7500.26248.8760.1746.27
Hex442FBD404B01Af93c2e
Octal104572751001130323717456
Binary1000100101111101111011000000100101101101011111001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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