#4415AB

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

Shades of Purple Heart #4415AB

Tints of Purple Heart #4415AB

Color information

#4415AB (or 0x4415AB) is unknown color: approx Purple Heart. HEX triplet: 44, 15 and AB. RGB value is (68,21,171). Sum of RGB (Red+Green+Blue) = 68+21+171=260 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.15% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 171 (67.19% from 255 or 65.77% from 260); Max value from RGB is 171 - color contains mainly: blue. Hex color #4415AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4415AB is #BBEA54. Grayscale: #333333. Windows color (decimal): -12315221 or 11212100. OLE color: 11212100.

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

Color convert

RGB6821171-
CMYK0.600.8800.33
HSL258.8º78.12%37.65%-
HSV(B)258.8º87.72%67.06%-
XYZ104.7138.91-
YUV52.15195.07139.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.15%
GREEN value IS 21 (8.59% from 255) = 8.08%
BLUE value IS 171 (67.19% from 255) = 65.77%
R=26.15%
G=8.08%
B=65.77%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal68211710.600.8800.33258.878.1237.65
Hex4415AB3C580211034e26
Octal104252537413004140311646
Binary10001001010110101011111100101100001000011000000111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4415AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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