#460AB0

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

Shades of Purple Heart #460AB0

Tints of Purple Heart #460AB0

Color information

#460AB0 (or 0x460AB0) is unknown color: approx Purple Heart. HEX triplet: 46, 0A and B0. RGB value is (70,10,176). Sum of RGB (Red+Green+Blue) = 70+10+176=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 10 (4.30% from 255 or 3.91% from 256); Blue value is 176 (69.14% from 255 or 68.75% from 256); Max value from RGB is 176 - color contains mainly: blue. Hex color #460AB0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460AB0 is #B9F54F. Grayscale: #2E2E2E. Windows color (decimal): -12186960 or 11536966. OLE color: 11536966.

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

Color convert

RGB7010176-
CMYK0.600.9400.31
HSL261.69º89.25%36.47%-
HSV(B)261.69º94.32%69.02%-
XYZ10.474.6541.42-
YUV46.86200.88144.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.34%
GREEN value IS 10 (4.30% from 255) = 3.91%
BLUE value IS 176 (69.14% from 255) = 68.75%
R=27.34%
G=3.91%
B=68.75%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal70101760.600.9400.31261.6989.2536.47
Hex46AB03C5E01F1065924
Octal106122607413603740613144
Binary100011010101011000011110010111100111111000001101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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