#460EAF

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

Shades of Purple Heart #460EAF

Tints of Purple Heart #460EAF

Color information

#460EAF (or 0x460EAF) is unknown color: approx Purple Heart. HEX triplet: 46, 0E and AF. RGB value is (70,14,175). Sum of RGB (Red+Green+Blue) = 70+14+175=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 14 (5.86% from 255 or 5.41% from 259); Blue value is 175 (68.75% from 255 or 67.57% from 259); Max value from RGB is 175 - color contains mainly: blue. Hex color #460EAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460EAF is #B9F150. Grayscale: #303030. Windows color (decimal): -12185937 or 11472454. OLE color: 11472454.

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

Color convert

RGB7014175-
CMYK0.600.9200.31
HSL260.87º85.19%37.06%-
HSV(B)260.87º92%68.63%-
XYZ10.424.7140.92-
YUV49.1199.05142.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.03%
GREEN value IS 14 (5.86% from 255) = 5.41%
BLUE value IS 175 (68.75% from 255) = 67.57%
R=27.03%
G=5.41%
B=67.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal70141750.600.9200.31260.8785.1937.06
Hex46EAF3C5C01F1055525
Octal106162577413403740512545
Binary100011011101010111111110010111000111111000001011010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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