#462FBA

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

Shades of Purple Heart #462FBA

Tints of Purple Heart #462FBA

Color information

#462FBA (or 0x462FBA) is unknown color: approx Purple Heart. HEX triplet: 46, 2F and BA. RGB value is (70,47,186). Sum of RGB (Red+Green+Blue) = 70+47+186=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 47 (18.75% from 255 or 15.51% from 303); Blue value is 186 (73.05% from 255 or 61.39% from 303); Max value from RGB is 186 - color contains mainly: blue. Hex color #462FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462FBA is #B9D045. Grayscale: #454545. Windows color (decimal): -12177478 or 12201798. OLE color: 12201798.

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

Color convert

RGB7047186-
CMYK0.620.7500.27
HSL249.93º59.66%45.69%-
HSV(B)249.93º74.73%72.94%-
XYZ12.416.8847.13-
YUV69.72193.62128.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.10%
GREEN value IS 47 (18.75% from 255) = 15.51%
BLUE value IS 186 (73.05% from 255) = 61.39%
R=23.10%
G=15.51%
B=61.39%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal70471860.620.7500.27249.9359.6645.69
Hex462FBA3E4B01Bfa3c2e
Octal10657272761130333727456
Binary100011010111110111010111110100101101101111111010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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