#461EBE

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

Shades of Purple Heart #461EBE

Tints of Purple Heart #461EBE

Color information

#461EBE (or 0x461EBE) is unknown color: approx Purple Heart. HEX triplet: 46, 1E and BE. RGB value is (70,30,190). Sum of RGB (Red+Green+Blue) = 70+30+190=290 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.14% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 190 (74.61% from 255 or 65.52% from 290); Max value from RGB is 190 - color contains mainly: blue. Hex color #461EBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461EBE is #B9E141. Grayscale: #3B3B3B. Windows color (decimal): -12181826 or 12459590. OLE color: 12459590.

HSL color Cylindrical-coordinate representation of color #461EBE: hue angle of 255º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #461EBE is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7030190-
CMYK0.630.8400.25
HSL255º72.73%43.14%-
HSV(B)255º84.21%74.51%-
XYZ12.285.9549.22-
YUV60.2201.25134.99-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.14%
GREEN value IS 30 (12.11% from 255) = 10.34%
BLUE value IS 190 (74.61% from 255) = 65.52%
R=24.14%
G=10.34%
B=65.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal70301900.630.8400.2525572.7343.14
Hex461EBE3F54019ff492b
Octal106362767712403137711153
Binary100011011110101111101111111010100011001111111111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461EBE; }

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

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

<style>
 a { background-color: #461EBE; }

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

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

<style>
 span { border-color: #461EBE; }

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

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