#6140B6

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

Shades of Purple Heart #6140B6

Tints of Purple Heart #6140B6

Color information

#6140B6 (or 0x6140B6) is unknown color: approx Purple Heart. HEX triplet: 61, 40 and B6. RGB value is (97,64,182). Sum of RGB (Red+Green+Blue) = 97+64+182=343 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.28% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 182 (71.48% from 255 or 53.06% from 343); Max value from RGB is 182 - color contains mainly: blue. Hex color #6140B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6140B6 is #9EBF49. Grayscale: #565656. Windows color (decimal): -10403658 or 11944033. OLE color: 11944033.

HSL color Cylindrical-coordinate representation of color #6140B6: hue angle of 256.78º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6140B6 is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9764182-
CMYK0.470.6500.29
HSL256.78º47.97%48.24%-
HSV(B)256.78º64.84%71.37%-
XYZ15.219.5945.3-
YUV87.32181.43134.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.28%
GREEN value IS 64 (25.39% from 255) = 18.66%
BLUE value IS 182 (71.48% from 255) = 53.06%
R=28.28%
G=18.66%
B=53.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal97641820.470.6500.29256.7847.9748.24
Hex6140B62F4101D1013030
Octal141100266571010354016060
Binary11000011000000101101101011111000001011101100000001110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6140B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6140B6; }

 p { color: rgb(97,64,182); }

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

<style>
 a { background-color: #6140B6; }

 a { background-color: rgb(97,64,182); }

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

<style>
 span { border-color: #6140B6; }

 span { border-color: rgb(97,64,182); }

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