#4402BA

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

Shades of Purple Heart #4402BA

Tints of Purple Heart #4402BA

Color information

#4402BA (or 0x4402BA) is unknown color: approx Purple Heart. HEX triplet: 44, 02 and BA. RGB value is (68,2,186). Sum of RGB (Red+Green+Blue) = 68+2+186=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 186 (73.05% from 255 or 72.66% from 256); Max value from RGB is 186 - color contains mainly: blue. Hex color #4402BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4402BA is #BBFD45. Grayscale: #2A2A2A. Windows color (decimal): -12320070 or 12190276. OLE color: 12190276.

HSL color Cylindrical-coordinate representation of color #4402BA: hue angle of 261.52º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4402BA is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB682186-
CMYK0.630.9900.27
HSL261.52º97.87%36.86%-
HSV(B)261.52º98.92%72.94%-
XYZ11.274.8246.79-
YUV42.71208.87146.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.56%
GREEN value IS 2 (1.17% from 255) = 0.78%
BLUE value IS 186 (73.05% from 255) = 72.66%
R=26.56%
G=0.78%
B=72.66%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6821860.630.9900.27261.5297.8736.86
Hex442BA3F6301B1066225
Octal10422727714303340614245
Binary1000100101011101011111111000110110111000001101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4402BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4402BA; }

 p { color: rgb(68,2,186); }

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

<style>
 a { background-color: #4402BA; }

 a { background-color: rgb(68,2,186); }

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

<style>
 span { border-color: #4402BA; }

 span { border-color: rgb(68,2,186); }

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