#460CB6

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

Shades of Purple Heart #460CB6

Tints of Purple Heart #460CB6

Color information

#460CB6 (or 0x460CB6) is unknown color: approx Purple Heart. HEX triplet: 46, 0C and B6. RGB value is (70,12,182). Sum of RGB (Red+Green+Blue) = 70+12+182=264 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.52% from 264); Green value is 12 (5.08% from 255 or 4.55% from 264); Blue value is 182 (71.48% from 255 or 68.94% from 264); Max value from RGB is 182 - color contains mainly: blue. Hex color #460CB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460CB6 is #B9F349. Grayscale: #303030. Windows color (decimal): -12186442 or 11930694. OLE color: 11930694.

HSL color Cylindrical-coordinate representation of color #460CB6: hue angle of 260.47º 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 #460CB6 is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7012182-
CMYK0.620.9300.29
HSL260.47º87.63%38.04%-
HSV(B)260.47º93.41%71.37%-
XYZ11.14.9444.62-
YUV48.72203.22143.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.52%
GREEN value IS 12 (5.08% from 255) = 4.55%
BLUE value IS 182 (71.48% from 255) = 68.94%
R=26.52%
G=4.55%
B=68.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal70121820.620.9300.29260.4787.6338.04
Hex46CB63E5D01D1045826
Octal106142667613503540413046
Binary100011011001011011011111010111010111011000001001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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