Html Css Color HEX #5029AB Purple Heart

📋 copy color: '#5029AB'

red 80 ◦ green 41 ◦ blue 171

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

Shades of Purple Heart #5029AB

Tints of Purple Heart #5029AB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.04%

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

R = 27.4%
G = 14.04%
B = 58.56%

CMYK

 C value IS 0.53

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5029AB (or 0x5029AB) is known color: Purple Heart. HEX triplet: 50, 29 and AB. RGB value is (80,41,171). Sum of RGB (Red+Green+Blue) = 80+41+171=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 171 (67.19% from 255 or 58.56% from 292); Max value from RGB is 171 - color contains mainly: blue. Hex color #5029AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5029AB is #AFD654. Grayscale: #434343. Windows color (decimal): -11523669 or 11217232. OLE color: 11217232.

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

Color convert

RGB 80 41 171 -
CMYK 0.53 0.76 0 0.33
HSL 258º 0.61% 0.42% -
HSV(B) 258º 0.76% 0.67% -
XYZ 11.45 6.23 39.13 -
YUV 67.48 186.42 136.93 -
System Red Green Blue C M Y K H S L
Decimal 80 41 171 0.53 0.76 0 0.33 258 0.61 0.42
Hex 50 29 AB 35 4C 0 21 102 3D 2A
Octal 120 51 253 65 114 0 41 402 75 52
Binary 1010000 101001 10101011 110101 1001100 0 100001 100000010 111101 101010

Color Harmonies of #5029AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5029AB

Black with #5029AB

Text Example


Text Example

White with #5029AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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