Html Css Color HEX #5119AC Purple Heart

📋 copy color: '#5119AC'

red 81 ◦ green 25 ◦ blue 172

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

Shades of Purple Heart #5119AC

Tints of Purple Heart #5119AC

RGB

 RED value IS 81 (32.03% from 255) = 29.14%

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

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

R = 29.14%
G = 8.99%
B = 61.87%

CMYK

 C value IS 0.53

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5119AC (or 0x5119AC) is known color: Purple Heart. HEX triplet: 51, 19 and AC. RGB value is (81,25,172). Sum of RGB (Red+Green+Blue) = 81+25+172=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 172 (67.58% from 255 or 61.87% from 278); Max value from RGB is 172 - color contains mainly: blue. Hex color #5119AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5119AC is #AEE653. Grayscale: #393939. Windows color (decimal): -11462228 or 11278673. OLE color: 11278673.

HSL color Cylindrical-coordinate representation of color #5119AC: hue angle of 262.86º 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 #5119AC is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 25 172 -
CMYK 0.53 0.85 0 0.33
HSL 262.86º 0.75% 0.39% -
HSV(B) 262.86º 0.85% 0.67% -
XYZ 11.19 5.42 39.49 -
YUV 58.5 192.05 144.05 -
System Red Green Blue C M Y K H S L
Decimal 81 25 172 0.53 0.85 0 0.33 262.86 0.75 0.39
Hex 51 19 AC 35 55 0 21 107 4B 27
Octal 121 31 254 65 125 0 41 407 113 47
Binary 1010001 11001 10101100 110101 1010101 0 100001 100000111 1001011 100111

Color Harmonies of #5119AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5119AC

Black with #5119AC

Text Example


Text Example

White with #5119AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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