#442BC4

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

Shades of Purple Heart #442BC4

Tints of Purple Heart #442BC4

Color information

#442BC4 (or 0x442BC4) is unknown color: approx Purple Heart. HEX triplet: 44, 2B and C4. RGB value is (68,43,196). Sum of RGB (Red+Green+Blue) = 68+43+196=307 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.15% from 307); Green value is 43 (17.19% from 255 or 14.01% from 307); Blue value is 196 (76.95% from 255 or 63.84% from 307); Max value from RGB is 196 - color contains mainly: blue. Hex color #442BC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442BC4 is #BBD43B. Grayscale: #434343. Windows color (decimal): -12309564 or 12856132. OLE color: 12856132.

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

Color convert

RGB6843196-
CMYK0.650.7800.23
HSL249.8º64.02%46.86%-
HSV(B)249.8º78.06%76.86%-
XYZ13.216.9452.87-
YUV67.92200.28128.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.15%
GREEN value IS 43 (17.19% from 255) = 14.01%
BLUE value IS 196 (76.95% from 255) = 63.84%
R=22.15%
G=14.01%
B=63.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal68431960.650.7800.23249.864.0246.86
Hex442BC4414E017fa402f
Octal1045330410111602737210057
Binary10001001010111100010010000011001110010111111110101000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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