#4611AA

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

Shades of Purple Heart #4611AA

Tints of Purple Heart #4611AA

Color information

#4611AA (or 0x4611AA) is unknown color: approx Purple Heart. HEX triplet: 46, 11 and AA. RGB value is (70,17,170). Sum of RGB (Red+Green+Blue) = 70+17+170=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 170 (66.80% from 255 or 66.15% from 257); Max value from RGB is 170 - color contains mainly: blue. Hex color #4611AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4611AA is #B9EE55. Grayscale: #313131. Windows color (decimal): -12185174 or 11145542. OLE color: 11145542.

HSL color Cylindrical-coordinate representation of color #4611AA: hue angle of 260.78º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4611AA is Cyan = 0.59, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7017170-
CMYK0.590.900.33
HSL260.78º81.82%36.67%-
HSV(B)260.78º90%66.67%-
XYZ9.984.6138.39-
YUV50.29195.56142.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.24%
GREEN value IS 17 (7.03% from 255) = 6.61%
BLUE value IS 170 (66.80% from 255) = 66.15%
R=27.24%
G=6.61%
B=66.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal70171700.590.900.33260.7881.8236.67
Hex4611AA3B5A0211055225
Octal106212527313204140512245
Binary10001101000110101010111011101101001000011000001011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4611AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4611AA; }

 p { color: rgb(70,17,170); }

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

<style>
 a { background-color: #4611AA; }

 a { background-color: rgb(70,17,170); }

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

<style>
 span { border-color: #4611AA; }

 span { border-color: rgb(70,17,170); }

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