#6139BB

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

Shades of Purple Heart #6139BB

Tints of Purple Heart #6139BB

Color information

#6139BB (or 0x6139BB) is unknown color: approx Purple Heart. HEX triplet: 61, 39 and BB. RGB value is (97,57,187). Sum of RGB (Red+Green+Blue) = 97+57+187=341 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.45% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 187 (73.44% from 255 or 54.84% from 341); Max value from RGB is 187 - color contains mainly: blue. Hex color #6139BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6139BB is #9EC644. Grayscale: #535353. Windows color (decimal): -10405445 or 12269921. OLE color: 12269921.

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

Color convert

RGB9757187-
CMYK0.480.7000.27
HSL258.46º53.28%47.84%-
HSV(B)258.46º69.52%73.33%-
XYZ15.369.0647.95-
YUV83.78186.25137.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.45%
GREEN value IS 57 (22.66% from 255) = 16.72%
BLUE value IS 187 (73.44% from 255) = 54.84%
R=28.45%
G=16.72%
B=54.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal97571870.480.7000.27258.4653.2847.84
Hex6139BB304601B1023530
Octal14171273601060334026560
Binary1100001111001101110111100001000110011011100000010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6139BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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