Html Css Color HEX #5024AB Purple Heart

📋 copy color: '#5024AB'

red 80 ◦ green 36 ◦ blue 171

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

Shades of Purple Heart #5024AB

Tints of Purple Heart #5024AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 59.58%

R = 27.87%
G = 12.54%
B = 59.58%

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

#5024AB (or 0x5024AB) is known color: Purple Heart. HEX triplet: 50, 24 and AB. RGB value is (80,36,171). Sum of RGB (Red+Green+Blue) = 80+36+171=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 171 (67.19% from 255 or 59.58% from 287); Max value from RGB is 171 - color contains mainly: blue. Hex color #5024AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5024AB is #AFDB54. Grayscale: #404040. Windows color (decimal): -11524949 or 11215952. OLE color: 11215952.

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

Color convert

RGB 80 36 171 -
CMYK 0.53 0.79 0 0.33
HSL 259.56º 0.65% 0.41% -
HSV(B) 259.56º 0.79% 0.67% -
XYZ 11.29 5.91 39.07 -
YUV 64.55 188.08 139.02 -
System Red Green Blue C M Y K H S L
Decimal 80 36 171 0.53 0.79 0 0.33 259.56 0.65 0.41
Hex 50 24 AB 35 4F 0 21 104 41 29
Octal 120 44 253 65 117 0 41 404 101 51
Binary 1010000 100100 10101011 110101 1001111 0 100001 100000100 1000001 101001

Color Harmonies of #5024AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5024AB

Black with #5024AB

Text Example


Text Example

White with #5024AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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