#460ABD

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

Shades of Purple Heart #460ABD

Tints of Purple Heart #460ABD

Color information

#460ABD (or 0x460ABD) is unknown color: approx Purple Heart. HEX triplet: 46, 0A and BD. RGB value is (70,10,189). Sum of RGB (Red+Green+Blue) = 70+10+189=269 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.02% from 269); Green value is 10 (4.30% from 255 or 3.72% from 269); Blue value is 189 (74.22% from 255 or 70.26% from 269); Max value from RGB is 189 - color contains mainly: blue. Hex color #460ABD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460ABD is #B9F542. Grayscale: #2F2F2F. Windows color (decimal): -12186947 or 12388934. OLE color: 12388934.

HSL color Cylindrical-coordinate representation of color #460ABD: hue angle of 260.11º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #460ABD is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7010189-
CMYK0.630.9500.26
HSL260.11º89.95%39.02%-
HSV(B)260.11º94.71%74.12%-
XYZ11.825.1948.52-
YUV48.35207.38143.45-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.02%
GREEN value IS 10 (4.30% from 255) = 3.72%
BLUE value IS 189 (74.22% from 255) = 70.26%
R=26.02%
G=3.72%
B=70.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal70101890.630.9500.26260.1189.9539.02
Hex46ABD3F5F01A1045a27
Octal106122757713703240413247
Binary100011010101011110111111110111110110101000001001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,10,189); }

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

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

 a { background-color: rgb(70,10,189); }

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

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

 span { border-color: rgb(70,10,189); }

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