#460BB0

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

Shades of Purple Heart #460BB0

Tints of Purple Heart #460BB0

Color information

#460BB0 (or 0x460BB0) is unknown color: approx Purple Heart. HEX triplet: 46, 0B and B0. RGB value is (70,11,176). Sum of RGB (Red+Green+Blue) = 70+11+176=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 11 (4.69% from 255 or 4.28% from 257); Blue value is 176 (69.14% from 255 or 68.48% from 257); Max value from RGB is 176 - color contains mainly: blue. Hex color #460BB0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460BB0 is #B9F44F. Grayscale: #2E2E2E. Windows color (decimal): -12186704 or 11537222. OLE color: 11537222.

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

Color convert

RGB7011176-
CMYK0.600.9400.31
HSL261.45º88.24%36.67%-
HSV(B)261.45º93.75%69.02%-
XYZ10.484.6841.42-
YUV47.45200.55144.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.24%
GREEN value IS 11 (4.69% from 255) = 4.28%
BLUE value IS 176 (69.14% from 255) = 68.48%
R=27.24%
G=4.28%
B=68.48%

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
Decimal70111760.600.9400.31261.4588.2436.67
Hex46BB03C5E01F1055825
Octal106132607413603740513045
Binary100011010111011000011110010111100111111000001011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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