#4425BB

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

Shades of Purple Heart #4425BB

Tints of Purple Heart #4425BB

Color information

#4425BB (or 0x4425BB) is unknown color: approx Purple Heart. HEX triplet: 44, 25 and BB. RGB value is (68,37,187). Sum of RGB (Red+Green+Blue) = 68+37+187=292 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.29% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 187 (73.44% from 255 or 64.04% from 292); Max value from RGB is 187 - color contains mainly: blue. Hex color #4425BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4425BB is #BBDA44. Grayscale: #3E3E3E. Windows color (decimal): -12311109 or 12264772. OLE color: 12264772.

HSL color Cylindrical-coordinate representation of color #4425BB: hue angle of 252.4º 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 #4425BB is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6837187-
CMYK0.640.8000.27
HSL252.4º66.96%43.92%-
HSV(B)252.4º80.21%73.33%-
XYZ12.026.1447.57-
YUV63.37197.77131.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.29%
GREEN value IS 37 (14.84% from 255) = 12.67%
BLUE value IS 187 (73.44% from 255) = 64.04%
R=23.29%
G=12.67%
B=64.04%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal68371870.640.8000.27252.466.9643.92
Hex4425BB405001Bfc432c
Octal1044527310012003337410354
Binary10001001001011011101110000001010000011011111111001000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4425BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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