#4407B5

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

Shades of Purple Heart #4407B5

Tints of Purple Heart #4407B5

Color information

#4407B5 (or 0x4407B5) is unknown color: approx Purple Heart. HEX triplet: 44, 07 and B5. RGB value is (68,7,181). Sum of RGB (Red+Green+Blue) = 68+7+181=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 181 (71.09% from 255 or 70.70% from 256); Max value from RGB is 181 - color contains mainly: blue. Hex color #4407B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4407B5 is #BBF84A. Grayscale: #2C2C2C. Windows color (decimal): -12318795 or 11863876. OLE color: 11863876.

HSL color Cylindrical-coordinate representation of color #4407B5: hue angle of 261.03º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4407B5 is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB687181-
CMYK0.620.9600.29
HSL261.03º92.55%36.86%-
HSV(B)261.03º96.13%70.98%-
XYZ10.84.7244.06-
YUV45.08204.71144.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.56%
GREEN value IS 7 (3.12% from 255) = 2.73%
BLUE value IS 181 (71.09% from 255) = 70.70%
R=26.56%
G=2.73%
B=70.70%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal6871810.620.9600.29261.0392.5536.86
Hex447B53E6001D1055d25
Octal10472657614003540513545
Binary10001001111011010111111011000000111011000001011011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4407B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4407B5; }

 p { color: rgb(68,7,181); }

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

<style>
 a { background-color: #4407B5; }

 a { background-color: rgb(68,7,181); }

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

<style>
 span { border-color: #4407B5; }

 span { border-color: rgb(68,7,181); }

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