#4418AB

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

Shades of Purple Heart #4418AB

Tints of Purple Heart #4418AB

Color information

#4418AB (or 0x4418AB) is unknown color: approx Purple Heart. HEX triplet: 44, 18 and AB. RGB value is (68,24,171). Sum of RGB (Red+Green+Blue) = 68+24+171=263 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.86% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 171 (67.19% from 255 or 65.02% from 263); Max value from RGB is 171 - color contains mainly: blue. Hex color #4418AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4418AB is #BBE754. Grayscale: #353535. Windows color (decimal): -12314453 or 11212868. OLE color: 11212868.

HSL color Cylindrical-coordinate representation of color #4418AB: hue angle of 257.96º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4418AB is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6824171-
CMYK0.600.8600.33
HSL257.96º75.38%38.24%-
HSV(B)257.96º85.96%67.06%-
XYZ10.064.8238.93-
YUV53.91194.08138.05-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.86%
GREEN value IS 24 (9.77% from 255) = 9.13%
BLUE value IS 171 (67.19% from 255) = 65.02%
R=25.86%
G=9.13%
B=65.02%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal68241710.600.8600.33257.9675.3838.24
Hex4418AB3C560211024b26
Octal104302537412604140211346
Binary10001001100010101011111100101011001000011000000101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4418AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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