Html Css Color HEX #5024AC Purple Heart

📋 copy color: '#5024AC'

red 80 ◦ green 36 ◦ blue 172

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

Shades of Purple Heart #5024AC

Tints of Purple Heart #5024AC

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.5%

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

R = 27.78%
G = 12.5%
B = 59.72%

CMYK

 C value IS 0.53

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5024AC (or 0x5024AC) is known color: Purple Heart. HEX triplet: 50, 24 and AC. RGB value is (80,36,172). Sum of RGB (Red+Green+Blue) = 80+36+172=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 172 (67.58% from 255 or 59.72% from 288); Max value from RGB is 172 - color contains mainly: blue. Hex color #5024AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5024AC is #AFDB53. Grayscale: #404040. Windows color (decimal): -11524948 or 11281488. OLE color: 11281488.

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

Color convert

RGB 80 36 172 -
CMYK 0.53 0.79 0 0.33
HSL 259.41º 0.65% 0.41% -
HSV(B) 259.41º 0.79% 0.67% -
XYZ 11.39 5.95 39.58 -
YUV 64.66 188.58 138.94 -
System Red Green Blue C M Y K H S L
Decimal 80 36 172 0.53 0.79 0 0.33 259.41 0.65 0.41
Hex 50 24 AC 35 4F 0 21 103 41 29
Octal 120 44 254 65 117 0 41 403 101 51
Binary 1010000 100100 10101100 110101 1001111 0 100001 100000011 1000001 101001

Color Harmonies of #5024AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5024AC

Black with #5024AC

Text Example


Text Example

White with #5024AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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