#6019D1

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

Shades of Purple Heart #6019D1

Tints of Purple Heart #6019D1

Color information

#6019D1 (or 0x6019D1) is unknown color: approx Purple Heart. HEX triplet: 60, 19 and D1. RGB value is (96,25,209). Sum of RGB (Red+Green+Blue) = 96+25+209=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 25 (10.16% from 255 or 7.58% from 330); Blue value is 209 (82.03% from 255 or 63.33% from 330); Max value from RGB is 209 - color contains mainly: blue. Hex color #6019D1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6019D1 is #9FE62E. Grayscale: #424242. Windows color (decimal): -10479151 or 13703520. OLE color: 13703520.

HSL color Cylindrical-coordinate representation of color #6019D1: hue angle of 263.15º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6019D1 is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB9625209-
CMYK0.540.8800.18
HSL263.15º78.63%45.88%-
HSV(B)263.15º88.04%81.96%-
XYZ16.687.7960.95-
YUV67.2208.02148.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.09%
GREEN value IS 25 (10.16% from 255) = 7.58%
BLUE value IS 209 (82.03% from 255) = 63.33%
R=29.09%
G=7.58%
B=63.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal96252090.540.8800.18263.1578.6345.88
Hex6019D136580121074f2e
Octal140313216613002240711756
Binary1100000110011101000111011010110000100101000001111001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6019D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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