#611FAC

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

Shades of Purple Heart #611FAC

Tints of Purple Heart #611FAC

Color information

#611FAC (or 0x611FAC) is unknown color: approx Purple Heart. HEX triplet: 61, 1F and AC. RGB value is (97,31,172). Sum of RGB (Red+Green+Blue) = 97+31+172=300 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.33% from 300); Green value is 31 (12.5% from 255 or 10.33% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #611FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #611FAC is #9EE053. Grayscale: #424242. Windows color (decimal): -10412116 or 11280225. OLE color: 11280225.

HSL color Cylindrical-coordinate representation of color #611FAC: hue angle of 268.09º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #611FAC is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9731172-
CMYK0.440.8200.33
HSL268.09º69.46%39.8%-
HSV(B)268.09º81.98%67.45%-
XYZ12.876.539.61-
YUV66.81187.37149.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.33%
GREEN value IS 31 (12.5% from 255) = 10.33%
BLUE value IS 172 (67.58% from 255) = 57.33%
R=32.33%
G=10.33%
B=57.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal97311720.440.8200.33268.0969.4639.8
Hex611FAC2C5202110c4528
Octal141372545412204141410550
Binary11000011111110101100101100101001001000011000011001000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611FAC; }

 p { color: rgb(97,31,172); }

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

<style>
 a { background-color: #611FAC; }

 a { background-color: rgb(97,31,172); }

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

<style>
 span { border-color: #611FAC; }

 span { border-color: rgb(97,31,172); }

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