#461EAA

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

Shades of Purple Heart #461EAA

Tints of Purple Heart #461EAA

Color information

#461EAA (or 0x461EAA) is unknown color: approx Purple Heart. HEX triplet: 46, 1E and AA. RGB value is (70,30,170). Sum of RGB (Red+Green+Blue) = 70+30+170=270 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.93% from 270); Green value is 30 (12.11% from 255 or 11.11% from 270); Blue value is 170 (66.80% from 255 or 62.96% from 270); Max value from RGB is 170 - color contains mainly: blue. Hex color #461EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461EAA is #B9E155. Grayscale: #393939. Windows color (decimal): -12181846 or 11148870. OLE color: 11148870.

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

Color convert

RGB7030170-
CMYK0.590.8200.33
HSL257.14º70%39.22%-
HSV(B)257.14º82.35%66.67%-
XYZ10.255.1338.48-
YUV57.92191.25136.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.93%
GREEN value IS 30 (12.11% from 255) = 11.11%
BLUE value IS 170 (66.80% from 255) = 62.96%
R=25.93%
G=11.11%
B=62.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal70301700.590.8200.33257.147039.22
Hex461EAA3B520211014627
Octal106362527312204140110647
Binary10001101111010101010111011101001001000011000000011000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461EAA; }

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

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

<style>
 a { background-color: #461EAA; }

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

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

<style>
 span { border-color: #461EAA; }

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

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