Html Css Color HEX #502EAB Purple Heart

📋 copy color: '#502EAB'

red 80 ◦ green 46 ◦ blue 171

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

Shades of Purple Heart #502EAB

Tints of Purple Heart #502EAB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.49%

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

R = 26.94%
G = 15.49%
B = 57.58%

CMYK

 C value IS 0.53

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#502EAB (or 0x502EAB) is known color: Purple Heart. HEX triplet: 50, 2E and AB. RGB value is (80,46,171). Sum of RGB (Red+Green+Blue) = 80+46+171=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 46 (18.36% from 255 or 15.49% from 297); Blue value is 171 (67.19% from 255 or 57.58% from 297); Max value from RGB is 171 - color contains mainly: blue. Hex color #502EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502EAB is #AFD154. Grayscale: #454545. Windows color (decimal): -11522389 or 11218512. OLE color: 11218512.

HSL color Cylindrical-coordinate representation of color #502EAB: hue angle of 256.32º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #502EAB is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 46 171 -
CMYK 0.53 0.73 0 0.33
HSL 256.32º 0.58% 0.43% -
HSV(B) 256.32º 0.73% 0.67% -
XYZ 11.64 6.6 39.19 -
YUV 70.42 184.76 134.84 -
System Red Green Blue C M Y K H S L
Decimal 80 46 171 0.53 0.73 0 0.33 256.32 0.58 0.43
Hex 50 2E AB 35 49 0 21 100 3A 2B
Octal 120 56 253 65 111 0 41 400 72 53
Binary 1010000 101110 10101011 110101 1001001 0 100001 100000000 111010 101011

Color Harmonies of #502EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502EAB

Black with #502EAB

Text Example


Text Example

White with #502EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502EAB; }

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

 H1.HeaderClassName
 {
   color: #502EAB;
 }
 .AnyTagClassName
 {
   color: #502EAB;
 }
</style>

background-color css

<style>
 a { background-color: #502EAB; }

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

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

border-color css

<style>
 span { border-color: #502EAB; }

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

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