Html Css Color HEX #6019AC Purple Heart

📋 copy color: '#6019AC'

red 96 ◦ green 25 ◦ blue 172

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

Shades of Purple Heart #6019AC

Tints of Purple Heart #6019AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 58.7%

R = 32.76%
G = 8.53%
B = 58.7%

CMYK

 C value IS 0.44

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6019AC (or 0x6019AC) is known color: Purple Heart. HEX triplet: 60, 19 and AC. RGB value is (96,25,172). Sum of RGB (Red+Green+Blue) = 96+25+172=293 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.76% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 172 (67.58% from 255 or 58.70% from 293); Max value from RGB is 172 - color contains mainly: blue. Hex color #6019AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6019AC is #9FE653. Grayscale: #3E3E3E. Windows color (decimal): -10479188 or 11278688. OLE color: 11278688.

HSL color Cylindrical-coordinate representation of color #6019AC: hue angle of 268.98º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6019AC is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 25 172 -
CMYK 0.44 0.85 0 0.33
HSL 268.98º 0.75% 0.39% -
HSV(B) 268.98º 0.85% 0.67% -
XYZ 12.62 6.16 39.55 -
YUV 62.99 189.52 151.55 -
System Red Green Blue C M Y K H S L
Decimal 96 25 172 0.44 0.85 0 0.33 268.98 0.75 0.39
Hex 60 19 AC 2C 55 0 21 10D 4B 27
Octal 140 31 254 54 125 0 41 415 113 47
Binary 1100000 11001 10101100 101100 1010101 0 100001 100001101 1001011 100111

Color Harmonies of #6019AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6019AC

Black with #6019AC

Text Example


Text Example

White with #6019AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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