#461FC7

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

Shades of Purple Heart #461FC7

Tints of Purple Heart #461FC7

Color information

#461FC7 (or 0x461FC7) is unknown color: approx Purple Heart. HEX triplet: 46, 1F and C7. RGB value is (70,31,199). Sum of RGB (Red+Green+Blue) = 70+31+199=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 31 (12.5% from 255 or 10.33% from 300); Blue value is 199 (78.12% from 255 or 66.33% from 300); Max value from RGB is 199 - color contains mainly: blue. Hex color #461FC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461FC7 is #B9E038. Grayscale: #3D3D3D. Windows color (decimal): -12181561 or 13049670. OLE color: 13049670.

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

Color convert

RGB7031199-
CMYK0.650.8400.22
HSL253.93º73.04%45.1%-
HSV(B)253.93º84.42%78.04%-
XYZ13.326.4154.57-
YUV61.81205.42133.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.33%
GREEN value IS 31 (12.5% from 255) = 10.33%
BLUE value IS 199 (78.12% from 255) = 66.33%
R=23.33%
G=10.33%
B=66.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal70311990.650.8400.22253.9373.0445.1
Hex461FC74154016fe492d
Octal1063730710112402637611155
Binary1000110111111100011110000011010100010110111111101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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