#442BC1

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

Shades of Purple Heart #442BC1

Tints of Purple Heart #442BC1

Color information

#442BC1 (or 0x442BC1) is unknown color: approx Purple Heart. HEX triplet: 44, 2B and C1. RGB value is (68,43,193). Sum of RGB (Red+Green+Blue) = 68+43+193=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 43 (17.19% from 255 or 14.14% from 304); Blue value is 193 (75.78% from 255 or 63.49% from 304); Max value from RGB is 193 - color contains mainly: blue. Hex color #442BC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442BC1 is #BBD43E. Grayscale: #434343. Windows color (decimal): -12309567 or 12659524. OLE color: 12659524.

HSL color Cylindrical-coordinate representation of color #442BC1: hue angle of 250º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #442BC1 is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6843193-
CMYK0.650.7800.24
HSL250º63.56%46.27%-
HSV(B)250º77.72%75.69%-
XYZ12.876.8151.09-
YUV67.58198.78128.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.37%
GREEN value IS 43 (17.19% from 255) = 14.14%
BLUE value IS 193 (75.78% from 255) = 63.49%
R=22.37%
G=14.14%
B=63.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal68431930.650.7800.2425063.5646.27
Hex442BC1414E018fa402e
Octal1045330110111603037210056
Binary10001001010111100000110000011001110011000111110101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,43,193); }

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

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

 a { background-color: rgb(68,43,193); }

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

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

 span { border-color: rgb(68,43,193); }

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