#6116B7

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

Shades of Purple Heart #6116B7

Tints of Purple Heart #6116B7

Color information

#6116B7 (or 0x6116B7) is unknown color: approx Purple Heart. HEX triplet: 61, 16 and B7. RGB value is (97,22,183). Sum of RGB (Red+Green+Blue) = 97+22+183=302 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.12% from 302); Green value is 22 (8.98% from 255 or 7.28% from 302); Blue value is 183 (71.88% from 255 or 60.60% from 302); Max value from RGB is 183 - color contains mainly: blue. Hex color #6116B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6116B7 is #9EE948. Grayscale: #3E3E3E. Windows color (decimal): -10414409 or 11998817. OLE color: 11998817.

HSL color Cylindrical-coordinate representation of color #6116B7: hue angle of 267.95º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6116B7 is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB9722183-
CMYK0.470.8800.28
HSL267.95º78.54%40.2%-
HSV(B)267.95º87.98%71.76%-
XYZ13.766.5345.34-
YUV62.78195.85152.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.12%
GREEN value IS 22 (8.98% from 255) = 7.28%
BLUE value IS 183 (71.88% from 255) = 60.60%
R=32.12%
G=7.28%
B=60.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal97221830.470.8800.28267.9578.5440.2
Hex6116B72F5801C10c4f28
Octal141262675713003441411750
Binary1100001101101011011110111110110000111001000011001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6116B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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