#461FC5

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

Shades of Purple Heart #461FC5

Tints of Purple Heart #461FC5

Color information

#461FC5 (or 0x461FC5) is unknown color: approx Purple Heart. HEX triplet: 46, 1F and C5. RGB value is (70,31,197). Sum of RGB (Red+Green+Blue) = 70+31+197=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 31 (12.5% from 255 or 10.40% from 298); Blue value is 197 (77.34% from 255 or 66.11% from 298); Max value from RGB is 197 - color contains mainly: blue. Hex color #461FC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461FC5 is #B9E03A. Grayscale: #3C3C3C. Windows color (decimal): -12181563 or 12918598. OLE color: 12918598.

HSL color Cylindrical-coordinate representation of color #461FC5: hue angle of 254.1º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #461FC5 is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB7031197-
CMYK0.640.8400.23
HSL254.1º72.81%44.71%-
HSV(B)254.1º84.26%77.25%-
XYZ13.096.3153.35-
YUV61.58204.42134-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.49%
GREEN value IS 31 (12.5% from 255) = 10.40%
BLUE value IS 197 (77.34% from 255) = 66.11%
R=23.49%
G=10.40%
B=66.11%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal70311970.640.8400.23254.172.8144.71
Hex461FC54054017fe492d
Octal1063730510012402737611155
Binary1000110111111100010110000001010100010111111111101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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