#6116B4

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

Shades of Purple Heart #6116B4

Tints of Purple Heart #6116B4

Color information

#6116B4 (or 0x6116B4) is unknown color: approx Purple Heart. HEX triplet: 61, 16 and B4. RGB value is (97,22,180). Sum of RGB (Red+Green+Blue) = 97+22+180=299 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.44% from 299); Green value is 22 (8.98% from 255 or 7.36% from 299); Blue value is 180 (70.70% from 255 or 60.20% from 299); Max value from RGB is 180 - color contains mainly: blue. Hex color #6116B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6116B4 is #9EE94B. Grayscale: #3D3D3D. Windows color (decimal): -10414412 or 11802209. OLE color: 11802209.

HSL color Cylindrical-coordinate representation of color #6116B4: hue angle of 268.48º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6116B4 is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9722180-
CMYK0.460.8800.29
HSL268.48º78.22%39.61%-
HSV(B)268.48º87.78%70.59%-
XYZ13.456.4143.71-
YUV62.44194.35152.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.44%
GREEN value IS 22 (8.98% from 255) = 7.36%
BLUE value IS 180 (70.70% from 255) = 60.20%
R=32.44%
G=7.36%
B=60.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal97221800.460.8800.29268.4878.2239.61
Hex6116B42E5801D10c4e28
Octal141262645613003541411650
Binary1100001101101011010010111010110000111011000011001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6116B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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