#460EBE

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

Shades of Purple Heart #460EBE

Tints of Purple Heart #460EBE

Color information

#460EBE (or 0x460EBE) is unknown color: approx Purple Heart. HEX triplet: 46, 0E and BE. RGB value is (70,14,190). Sum of RGB (Red+Green+Blue) = 70+14+190=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 14 (5.86% from 255 or 5.11% from 274); Blue value is 190 (74.61% from 255 or 69.34% from 274); Max value from RGB is 190 - color contains mainly: blue. Hex color #460EBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460EBE is #B9F141. Grayscale: #323232. Windows color (decimal): -12185922 or 12455494. OLE color: 12455494.

HSL color Cylindrical-coordinate representation of color #460EBE: hue angle of 259.09º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460EBE is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7014190-
CMYK0.630.9300.25
HSL259.09º86.27%40%-
HSV(B)259.09º92.63%74.51%-
XYZ11.985.3349.11-
YUV50.81206.55141.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.55%
GREEN value IS 14 (5.86% from 255) = 5.11%
BLUE value IS 190 (74.61% from 255) = 69.34%
R=25.55%
G=5.11%
B=69.34%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal70141900.630.9300.25259.0986.2740
Hex46EBE3F5D0191035628
Octal106162767713503140312650
Binary100011011101011111011111110111010110011000000111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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