#442BCA

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

Shades of Purple Heart #442BCA

Tints of Purple Heart #442BCA

Color information

#442BCA (or 0x442BCA) is unknown color: approx Purple Heart. HEX triplet: 44, 2B and CA. RGB value is (68,43,202). Sum of RGB (Red+Green+Blue) = 68+43+202=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 43 (17.19% from 255 or 13.74% from 313); Blue value is 202 (79.30% from 255 or 64.54% from 313); Max value from RGB is 202 - color contains mainly: blue. Hex color #442BCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442BCA is #BBD435. Grayscale: #434343. Windows color (decimal): -12309558 or 13249348. OLE color: 13249348.

HSL color Cylindrical-coordinate representation of color #442BCA: hue angle of 249.43º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #442BCA is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6843202-
CMYK0.660.7900.21
HSL249.43º64.9%48.04%-
HSV(B)249.43º78.71%79.22%-
XYZ13.917.2256.54-
YUV68.6203.28127.57-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.73%
GREEN value IS 43 (17.19% from 255) = 13.74%
BLUE value IS 202 (79.30% from 255) = 64.54%
R=21.73%
G=13.74%
B=64.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal68432020.660.7900.21249.4364.948.04
Hex442BCA424F015f94130
Octal1045331210211702537110160
Binary10001001010111100101010000101001111010101111110011000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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