Html Css Color HEX #5028AC Purple Heart

📋 copy color: '#5028AC'

red 80 ◦ green 40 ◦ blue 172

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

Shades of Purple Heart #5028AC

Tints of Purple Heart #5028AC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.7%

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

R = 27.4%
G = 13.7%
B = 58.9%

CMYK

 C value IS 0.53

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5028AC (or 0x5028AC) is known color: Purple Heart. HEX triplet: 50, 28 and AC. RGB value is (80,40,172). Sum of RGB (Red+Green+Blue) = 80+40+172=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 172 (67.58% from 255 or 58.90% from 292); Max value from RGB is 172 - color contains mainly: blue. Hex color #5028AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5028AC is #AFD753. Grayscale: #424242. Windows color (decimal): -11523924 or 11282512. OLE color: 11282512.

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

Color convert

RGB 80 40 172 -
CMYK 0.53 0.77 0 0.33
HSL 258.18º 0.62% 0.42% -
HSV(B) 258.18º 0.77% 0.67% -
XYZ 11.51 6.2 39.62 -
YUV 67.01 187.25 137.27 -
System Red Green Blue C M Y K H S L
Decimal 80 40 172 0.53 0.77 0 0.33 258.18 0.62 0.42
Hex 50 28 AC 35 4D 0 21 102 3E 2A
Octal 120 50 254 65 115 0 41 402 76 52
Binary 1010000 101000 10101100 110101 1001101 0 100001 100000010 111110 101010

Color Harmonies of #5028AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5028AC

Black with #5028AC

Text Example


Text Example

White with #5028AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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