#6019BA

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

Shades of Purple Heart #6019BA

Tints of Purple Heart #6019BA

Color information

#6019BA (or 0x6019BA) is unknown color: approx Purple Heart. HEX triplet: 60, 19 and BA. RGB value is (96,25,186). Sum of RGB (Red+Green+Blue) = 96+25+186=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 186 (73.05% from 255 or 60.59% from 307); Max value from RGB is 186 - color contains mainly: blue. Hex color #6019BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6019BA is #9FE645. Grayscale: #404040. Windows color (decimal): -10479174 or 12196192. OLE color: 12196192.

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

Color convert

RGB9625186-
CMYK0.480.8700.27
HSL266.46º76.3%41.37%-
HSV(B)266.46º86.56%72.94%-
XYZ14.036.7347.01-
YUV64.58196.52150.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.27%
GREEN value IS 25 (10.16% from 255) = 8.14%
BLUE value IS 186 (73.05% from 255) = 60.59%
R=31.27%
G=8.14%
B=60.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal96251860.480.8700.27266.4676.341.37
Hex6019BA305701B10a4c29
Octal140312726012703341211451
Binary1100000110011011101011000010101110110111000010101001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6019BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,25,186); }

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

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

 a { background-color: rgb(96,25,186); }

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

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

 span { border-color: rgb(96,25,186); }

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