#460BBF

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

Shades of Purple Heart #460BBF

Tints of Purple Heart #460BBF

Color information

#460BBF (or 0x460BBF) is unknown color: approx Purple Heart. HEX triplet: 46, 0B and BF. RGB value is (70,11,191). Sum of RGB (Red+Green+Blue) = 70+11+191=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 11 (4.69% from 255 or 4.04% from 272); Blue value is 191 (75% from 255 or 70.22% from 272); Max value from RGB is 191 - color contains mainly: blue. Hex color #460BBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460BBF is #B9F440. Grayscale: #303030. Windows color (decimal): -12186689 or 12520262. OLE color: 12520262.

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

Color convert

RGB7011191-
CMYK0.630.9400.25
HSL259.67º89.11%39.61%-
HSV(B)259.67º94.24%74.9%-
XYZ12.055.349.68-
YUV49.16208.05142.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.74%
GREEN value IS 11 (4.69% from 255) = 4.04%
BLUE value IS 191 (75% from 255) = 70.22%
R=25.74%
G=4.04%
B=70.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal70111910.630.9400.25259.6789.1139.61
Hex46BBF3F5E0191045928
Octal106132777713603140413150
Binary100011010111011111111111110111100110011000001001011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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