Html Css Color HEX #5018AB Purple Heart

📋 copy color: '#5018AB'

red 80 ◦ green 24 ◦ blue 171

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

Shades of Purple Heart #5018AB

Tints of Purple Heart #5018AB

RGB

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

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

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

R = 29.09%
G = 8.73%
B = 62.18%

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

#5018AB (or 0x5018AB) is known color: Purple Heart. HEX triplet: 50, 18 and AB. RGB value is (80,24,171). Sum of RGB (Red+Green+Blue) = 80+24+171=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 171 (67.19% from 255 or 62.18% from 275); Max value from RGB is 171 - color contains mainly: blue. Hex color #5018AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5018AB is #AFE754. Grayscale: #383838. Windows color (decimal): -11528021 or 11212880. OLE color: 11212880.

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

Color convert

RGB 80 24 171 -
CMYK 0.53 0.86 0 0.33
HSL 262.86º 0.75% 0.38% -
HSV(B) 262.86º 0.86% 0.67% -
XYZ 10.99 5.3 38.97 -
YUV 57.5 192.05 144.05 -
System Red Green Blue C M Y K H S L
Decimal 80 24 171 0.53 0.86 0 0.33 262.86 0.75 0.38
Hex 50 18 AB 35 56 0 21 107 4B 26
Octal 120 30 253 65 126 0 41 407 113 46
Binary 1010000 11000 10101011 110101 1010110 0 100001 100000111 1001011 100110

Color Harmonies of #5018AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5018AB

Black with #5018AB

Text Example


Text Example

White with #5018AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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