#4418AD

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

Shades of Purple Heart #4418AD

Tints of Purple Heart #4418AD

Color information

#4418AD (or 0x4418AD) is unknown color: approx Purple Heart. HEX triplet: 44, 18 and AD. RGB value is (68,24,173). Sum of RGB (Red+Green+Blue) = 68+24+173=265 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.66% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 173 (67.97% from 255 or 65.28% from 265); Max value from RGB is 173 - color contains mainly: blue. Hex color #4418AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4418AD is #BBE752. Grayscale: #353535. Windows color (decimal): -12314451 or 11343940. OLE color: 11343940.

HSL color Cylindrical-coordinate representation of color #4418AD: hue angle of 257.72º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4418AD is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6824173-
CMYK0.610.8600.32
HSL257.72º75.63%38.63%-
HSV(B)257.72º86.13%67.84%-
XYZ10.254.939.94-
YUV54.14195.08137.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.66%
GREEN value IS 24 (9.77% from 255) = 9.06%
BLUE value IS 173 (67.97% from 255) = 65.28%
R=25.66%
G=9.06%
B=65.28%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal68241730.610.8600.32257.7275.6338.63
Hex4418AD3D560201024c27
Octal104302557512604040211447
Binary10001001100010101101111101101011001000001000000101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4418AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4418AD; }

 p { color: rgb(68,24,173); }

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

<style>
 a { background-color: #4418AD; }

 a { background-color: rgb(68,24,173); }

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

<style>
 span { border-color: #4418AD; }

 span { border-color: rgb(68,24,173); }

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