#442EBB

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

Shades of Purple Heart #442EBB

Tints of Purple Heart #442EBB

Color information

#442EBB (or 0x442EBB) is unknown color: approx Purple Heart. HEX triplet: 44, 2E and BB. RGB value is (68,46,187). Sum of RGB (Red+Green+Blue) = 68+46+187=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 187 (73.44% from 255 or 62.13% from 301); Max value from RGB is 187 - color contains mainly: blue. Hex color #442EBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442EBB is #BBD144. Grayscale: #444444. Windows color (decimal): -12308805 or 12267076. OLE color: 12267076.

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

Color convert

RGB6846187-
CMYK0.640.7500.27
HSL249.36º60.52%45.69%-
HSV(B)249.36º75.4%73.33%-
XYZ12.336.7747.67-
YUV68.65194.79127.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.59%
GREEN value IS 46 (18.36% from 255) = 15.28%
BLUE value IS 187 (73.44% from 255) = 62.13%
R=22.59%
G=15.28%
B=62.13%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal68461870.640.7500.27249.3660.5245.69
Hex442EBB404B01Bf93d2e
Octal104562731001130333717556
Binary1000100101110101110111000000100101101101111111001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,46,187); }

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

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

 a { background-color: rgb(68,46,187); }

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

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

 span { border-color: rgb(68,46,187); }

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