Html Css Color HEX #6019AD Purple Heart

📋 copy color: '#6019AD'

red 96 ◦ green 25 ◦ blue 173

#6019AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6019AD

Tints of Purple Heart #6019AD

RGB

 RED value IS 96 (37.89% from 255) = 32.65%

 GREEN value IS 25 (10.16% from 255) = 8.5%

 BLUE value IS 173 (67.97% from 255) = 58.84%

R = 32.65%
G = 8.5%
B = 58.84%

CMYK

 C value IS 0.45

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6019AD (or 0x6019AD) is known color: Purple Heart. HEX triplet: 60, 19 and AD. RGB value is (96,25,173). Sum of RGB (Red+Green+Blue) = 96+25+173=294 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.65% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 173 (67.97% from 255 or 58.84% from 294); Max value from RGB is 173 - color contains mainly: blue. Hex color #6019AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6019AD is #9FE652. Grayscale: #3E3E3E. Windows color (decimal): -10479187 or 11344224. OLE color: 11344224.

HSL color Cylindrical-coordinate representation of color #6019AD: hue angle of 268.78º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6019AD is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 25 173 -
CMYK 0.45 0.86 0 0.32
HSL 268.78º 0.75% 0.39% -
HSV(B) 268.78º 0.86% 0.68% -
XYZ 12.71 6.2 40.06 -
YUV 63.1 190.02 151.47 -
System Red Green Blue C M Y K H S L
Decimal 96 25 173 0.45 0.86 0 0.32 268.78 0.75 0.39
Hex 60 19 AD 2D 56 0 20 10D 4B 27
Octal 140 31 255 55 126 0 40 415 113 47
Binary 1100000 11001 10101101 101101 1010110 0 100000 100001101 1001011 100111

Color Harmonies of #6019AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6019AD

Black with #6019AD

Text Example


Text Example

White with #6019AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6019AD;
 }
 .AnyTagClassName
 {
   color: #6019AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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