#460CB4

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

Shades of Purple Heart #460CB4

Tints of Purple Heart #460CB4

Color information

#460CB4 (or 0x460CB4) is unknown color: approx Purple Heart. HEX triplet: 46, 0C and B4. RGB value is (70,12,180). Sum of RGB (Red+Green+Blue) = 70+12+180=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 12 (5.08% from 255 or 4.58% from 262); Blue value is 180 (70.70% from 255 or 68.70% from 262); Max value from RGB is 180 - color contains mainly: blue. Hex color #460CB4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460CB4 is #B9F34B. Grayscale: #2F2F2F. Windows color (decimal): -12186444 or 11799622. OLE color: 11799622.

HSL color Cylindrical-coordinate representation of color #460CB4: hue angle of 260.71º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460CB4 is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7012180-
CMYK0.610.9300.29
HSL260.71º87.5%37.65%-
HSV(B)260.71º93.33%70.59%-
XYZ10.94.8643.54-
YUV48.49202.22143.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.72%
GREEN value IS 12 (5.08% from 255) = 4.58%
BLUE value IS 180 (70.70% from 255) = 68.70%
R=26.72%
G=4.58%
B=68.70%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal70121800.610.9300.29260.7187.537.65
Hex46CB43D5D01D1055826
Octal106142647513503540513046
Binary100011011001011010011110110111010111011000001011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,12,180); }

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

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

 a { background-color: rgb(70,12,180); }

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

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

 span { border-color: rgb(70,12,180); }

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