#460EBF

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

Shades of Purple Heart #460EBF

Tints of Purple Heart #460EBF

Color information

#460EBF (or 0x460EBF) is unknown color: approx Purple Heart. HEX triplet: 46, 0E and BF. RGB value is (70,14,191). Sum of RGB (Red+Green+Blue) = 70+14+191=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 14 (5.86% from 255 or 5.09% from 275); Blue value is 191 (75% from 255 or 69.45% from 275); Max value from RGB is 191 - color contains mainly: blue. Hex color #460EBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460EBF is #B9F140. Grayscale: #323232. Windows color (decimal): -12185921 or 12521030. OLE color: 12521030.

HSL color Cylindrical-coordinate representation of color #460EBF: hue angle of 258.98º 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 #460EBF is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7014191-
CMYK0.630.9300.25
HSL258.98º86.34%40.2%-
HSV(B)258.98º92.67%74.9%-
XYZ12.095.3849.69-
YUV50.92207.05141.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.45%
GREEN value IS 14 (5.86% from 255) = 5.09%
BLUE value IS 191 (75% from 255) = 69.45%
R=25.45%
G=5.09%
B=69.45%

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
Decimal70141910.630.9300.25258.9886.3440.2
Hex46EBF3F5D0191035628
Octal106162777713503140312650
Binary100011011101011111111111110111010110011000000111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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