#4429CA

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

Shades of Purple Heart #4429CA

Tints of Purple Heart #4429CA

Color information

#4429CA (or 0x4429CA) is unknown color: approx Purple Heart. HEX triplet: 44, 29 and CA. RGB value is (68,41,202). Sum of RGB (Red+Green+Blue) = 68+41+202=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 202 (79.30% from 255 or 64.95% from 311); Max value from RGB is 202 - color contains mainly: blue. Hex color #4429CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4429CA is #BBD635. Grayscale: #424242. Windows color (decimal): -12310070 or 13248836. OLE color: 13248836.

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

Color convert

RGB6841202-
CMYK0.660.8000.21
HSL250.06º66.26%47.65%-
HSV(B)250.06º79.7%79.22%-
XYZ13.847.0856.51-
YUV67.43203.95128.41-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.86%
GREEN value IS 41 (16.41% from 255) = 13.18%
BLUE value IS 202 (79.30% from 255) = 64.95%
R=21.86%
G=13.18%
B=64.95%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal68412020.660.8000.21250.0666.2647.65
Hex4429CA4250015fa4230
Octal1045131210212002537210260
Binary10001001010011100101010000101010000010101111110101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4429CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4429CA; }

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

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

<style>
 a { background-color: #4429CA; }

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

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

<style>
 span { border-color: #4429CA; }

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

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