#4425BA

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

Shades of Purple Heart #4425BA

Tints of Purple Heart #4425BA

Color information

#4425BA (or 0x4425BA) is unknown color: approx Purple Heart. HEX triplet: 44, 25 and BA. RGB value is (68,37,186). Sum of RGB (Red+Green+Blue) = 68+37+186=291 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.37% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 186 (73.05% from 255 or 63.92% from 291); Max value from RGB is 186 - color contains mainly: blue. Hex color #4425BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4425BA is #BBDA45. Grayscale: #3E3E3E. Windows color (decimal): -12311110 or 12199236. OLE color: 12199236.

HSL color Cylindrical-coordinate representation of color #4425BA: hue angle of 252.48º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4425BA is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6837186-
CMYK0.630.8000.27
HSL252.48º66.82%43.73%-
HSV(B)252.48º80.11%72.94%-
XYZ11.916.147-
YUV63.26197.27131.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.37%
GREEN value IS 37 (14.84% from 255) = 12.71%
BLUE value IS 186 (73.05% from 255) = 63.92%
R=23.37%
G=12.71%
B=63.92%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal68371860.630.8000.27252.4866.8243.73
Hex4425BA3F5001Bfc432c
Octal104452727712003337410354
Binary1000100100101101110101111111010000011011111111001000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4425BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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