#460EAD

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

Shades of Purple Heart #460EAD

Tints of Purple Heart #460EAD

Color information

#460EAD (or 0x460EAD) is unknown color: approx Purple Heart. HEX triplet: 46, 0E and AD. RGB value is (70,14,173). Sum of RGB (Red+Green+Blue) = 70+14+173=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 14 (5.86% from 255 or 5.45% from 257); Blue value is 173 (67.97% from 255 or 67.32% from 257); Max value from RGB is 173 - color contains mainly: blue. Hex color #460EAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460EAD is #B9F152. Grayscale: #303030. Windows color (decimal): -12185939 or 11341382. OLE color: 11341382.

HSL color Cylindrical-coordinate representation of color #460EAD: hue angle of 261.13º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #460EAD is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7014173-
CMYK0.600.9200.32
HSL261.13º85.03%36.67%-
HSV(B)261.13º91.91%67.84%-
XYZ10.234.6339.89-
YUV48.87198.05143.07-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.24%
GREEN value IS 14 (5.86% from 255) = 5.45%
BLUE value IS 173 (67.97% from 255) = 67.32%
R=27.24%
G=5.45%
B=67.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal70141730.600.9200.32261.1385.0336.67
Hex46EAD3C5C0201055525
Octal106162557413404040512545
Binary1000110111010101101111100101110001000001000001011010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460EAD; }

 p { color: rgb(70,14,173); }

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

<style>
 a { background-color: #460EAD; }

 a { background-color: rgb(70,14,173); }

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

<style>
 span { border-color: #460EAD; }

 span { border-color: rgb(70,14,173); }

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