#6139BA

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

Shades of Purple Heart #6139BA

Tints of Purple Heart #6139BA

Color information

#6139BA (or 0x6139BA) is unknown color: approx Purple Heart. HEX triplet: 61, 39 and BA. RGB value is (97,57,186). Sum of RGB (Red+Green+Blue) = 97+57+186=340 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.53% from 340); Green value is 57 (22.66% from 255 or 16.76% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #6139BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6139BA is #9EC645. Grayscale: #535353. Windows color (decimal): -10405446 or 12204385. OLE color: 12204385.

HSL color Cylindrical-coordinate representation of color #6139BA: hue angle of 258.6º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6139BA is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9757186-
CMYK0.480.6900.27
HSL258.6º53.09%47.65%-
HSV(B)258.6º69.35%72.94%-
XYZ15.269.0147.39-
YUV83.67185.75137.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.53%
GREEN value IS 57 (22.66% from 255) = 16.76%
BLUE value IS 186 (73.05% from 255) = 54.71%
R=28.53%
G=16.76%
B=54.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal97571860.480.6900.27258.653.0947.65
Hex6139BA304501B1033530
Octal14171272601050334036560
Binary1100001111001101110101100001000101011011100000011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6139BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6139BA; }

 p { color: rgb(97,57,186); }

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

<style>
 a { background-color: #6139BA; }

 a { background-color: rgb(97,57,186); }

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

<style>
 span { border-color: #6139BA; }

 span { border-color: rgb(97,57,186); }

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