#462DBF

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

Shades of Purple Heart #462DBF

Tints of Purple Heart #462DBF

Color information

#462DBF (or 0x462DBF) is unknown color: approx Purple Heart. HEX triplet: 46, 2D and BF. RGB value is (70,45,191). Sum of RGB (Red+Green+Blue) = 70+45+191=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 45 (17.97% from 255 or 14.71% from 306); Blue value is 191 (75% from 255 or 62.42% from 306); Max value from RGB is 191 - color contains mainly: blue. Hex color #462DBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462DBF is #B9D240. Grayscale: #444444. Windows color (decimal): -12177985 or 12528966. OLE color: 12528966.

HSL color Cylindrical-coordinate representation of color #462DBF: hue angle of 250.27º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #462DBF is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7045191-
CMYK0.630.7600.25
HSL250.27º61.86%46.27%-
HSV(B)250.27º76.44%74.9%-
XYZ12.876.9449.95-
YUV69.12196.78128.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.88%
GREEN value IS 45 (17.97% from 255) = 14.71%
BLUE value IS 191 (75% from 255) = 62.42%
R=22.88%
G=14.71%
B=62.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal70451910.630.7600.25250.2761.8646.27
Hex462DBF3F4C019fa3e2e
Octal10655277771140313727656
Binary100011010110110111111111111100110001100111111010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462DBF; }

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

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

<style>
 a { background-color: #462DBF; }

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

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

<style>
 span { border-color: #462DBF; }

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

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