#461FB5

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

Shades of Purple Heart #461FB5

Tints of Purple Heart #461FB5

Color information

#461FB5 (or 0x461FB5) is unknown color: approx Purple Heart. HEX triplet: 46, 1F and B5. RGB value is (70,31,181). Sum of RGB (Red+Green+Blue) = 70+31+181=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 31 (12.5% from 255 or 10.99% from 282); Blue value is 181 (71.09% from 255 or 64.18% from 282); Max value from RGB is 181 - color contains mainly: blue. Hex color #461FB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461FB5 is #B9E04A. Grayscale: #3B3B3B. Windows color (decimal): -12181579 or 11870022. OLE color: 11870022.

HSL color Cylindrical-coordinate representation of color #461FB5: hue angle of 255.6º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #461FB5 is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7031181-
CMYK0.610.8300.29
HSL255.6º70.75%41.57%-
HSV(B)255.6º82.87%70.98%-
XYZ11.365.6244.2-
YUV59.76196.42135.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.82%
GREEN value IS 31 (12.5% from 255) = 10.99%
BLUE value IS 181 (71.09% from 255) = 64.18%
R=24.82%
G=10.99%
B=64.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal70311810.610.8300.29255.670.7541.57
Hex461FB53D5301D100472a
Octal106372657512303540010752
Binary1000110111111011010111110110100110111011000000001000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,31,181); }

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

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

 a { background-color: rgb(70,31,181); }

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

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

 span { border-color: rgb(70,31,181); }

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