#6116A4

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

Shades of Purple Heart #6116A4

Tints of Purple Heart #6116A4

Color information

#6116A4 (or 0x6116A4) is unknown color: approx Purple Heart. HEX triplet: 61, 16 and A4. RGB value is (97,22,164). Sum of RGB (Red+Green+Blue) = 97+22+164=283 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.28% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 164 (64.45% from 255 or 57.95% from 283); Max value from RGB is 164 - color contains mainly: blue. Hex color #6116A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6116A4 is #9EE95B. Grayscale: #3C3C3C. Windows color (decimal): -10414428 or 10753633. OLE color: 10753633.

HSL color Cylindrical-coordinate representation of color #6116A4: hue angle of 271.69º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6116A4 is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9722164-
CMYK0.410.8700.36
HSL271.69º76.34%36.47%-
HSV(B)271.69º86.59%64.31%-
XYZ11.925.835.61-
YUV60.61186.35153.95-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.28%
GREEN value IS 22 (8.98% from 255) = 7.77%
BLUE value IS 164 (64.45% from 255) = 57.95%
R=34.28%
G=7.77%
B=57.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal97221640.410.8700.36271.6976.3436.47
Hex6116A429570241104c24
Octal141262445112704442011444
Binary11000011011010100100101001101011101001001000100001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6116A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6116A4; }

 p { color: rgb(97,22,164); }

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

<style>
 a { background-color: #6116A4; }

 a { background-color: rgb(97,22,164); }

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

<style>
 span { border-color: #6116A4; }

 span { border-color: rgb(97,22,164); }

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