#462fbe

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

Shades of Purple Heart #462FBE

Tints of Purple Heart #462FBE

Color information

#462FBE (or 0x462FBE) is unknown color: approx Purple Heart. HEX triplet: 46, 2F and BE. RGB value is (70,47,190). Sum of RGB (Red+Green+Blue) = 70+47+190=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 190 (74.61% from 255 or 61.89% from 307); Max value from RGB is 190 - color contains mainly: blue. Hex color #462FBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462FBE is #B9D041. Grayscale: #454545. Windows color (decimal): -12177474 or 12463942. OLE color: 12463942.

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

Color convert

RGB7047190-
CMYK0.630.7500.25
HSL249.65º60.34%46.47%-
HSV(B)249.65º75.26%74.51%-
XYZ12.847.0549.4-
YUV70.18195.62127.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.80%
GREEN value IS 47 (18.75% from 255) = 15.31%
BLUE value IS 190 (74.61% from 255) = 61.89%
R=22.80%
G=15.31%
B=61.89%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal70471900.630.7500.25249.6560.3446.47
Hex462FBE3F4B019fa3c2e
Octal10657276771130313727456
Binary100011010111110111110111111100101101100111111010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462fbe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,47,190); }

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

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

 a { background-color: rgb(70,47,190); }

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

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

 span { border-color: rgb(70,47,190); }

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