Html Css Color HEX #5018AC Purple Heart

📋 copy color: '#5018AC'

red 80 ◦ green 24 ◦ blue 172

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

Shades of Purple Heart #5018AC

Tints of Purple Heart #5018AC

RGB

 RED value IS 80 (31.64% from 255) = 28.99%

 GREEN value IS 24 (9.77% from 255) = 8.7%

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

R = 28.99%
G = 8.7%
B = 62.32%

CMYK

 C value IS 0.53

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5018AC (or 0x5018AC) is known color: Purple Heart. HEX triplet: 50, 18 and AC. RGB value is (80,24,172). Sum of RGB (Red+Green+Blue) = 80+24+172=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 172 (67.58% from 255 or 62.32% from 276); Max value from RGB is 172 - color contains mainly: blue. Hex color #5018AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5018AC is #AFE753. Grayscale: #393939. Windows color (decimal): -11528020 or 11278416. OLE color: 11278416.

HSL color Cylindrical-coordinate representation of color #5018AC: hue angle of 262.7º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5018AC is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 24 172 -
CMYK 0.53 0.86 0 0.33
HSL 262.7º 0.76% 0.38% -
HSV(B) 262.7º 0.86% 0.67% -
XYZ 11.08 5.34 39.48 -
YUV 57.62 192.55 143.97 -
System Red Green Blue C M Y K H S L
Decimal 80 24 172 0.53 0.86 0 0.33 262.7 0.76 0.38
Hex 50 18 AC 35 56 0 21 107 4C 26
Octal 120 30 254 65 126 0 41 407 114 46
Binary 1010000 11000 10101100 110101 1010110 0 100001 100000111 1001100 100110

Color Harmonies of #5018AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5018AC

Black with #5018AC

Text Example


Text Example

White with #5018AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,24,172); }

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

background-color css

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

 a { background-color: rgb(80,24,172); }

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

border-color css

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

 span { border-color: rgb(80,24,172); }

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