Html Css Color HEX #502EAD Purple Heart

📋 copy color: '#502EAD'

red 80 ◦ green 46 ◦ blue 173

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

Shades of Purple Heart #502EAD

Tints of Purple Heart #502EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 57.86%

R = 26.76%
G = 15.38%
B = 57.86%

CMYK

 C value IS 0.54

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#502EAD (or 0x502EAD) is known color: Purple Heart. HEX triplet: 50, 2E and AD. RGB value is (80,46,173). Sum of RGB (Red+Green+Blue) = 80+46+173=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 46 (18.36% from 255 or 15.38% from 299); Blue value is 173 (67.97% from 255 or 57.86% from 299); Max value from RGB is 173 - color contains mainly: blue. Hex color #502EAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502EAD is #AFD152. Grayscale: #464646. Windows color (decimal): -11522387 or 11349584. OLE color: 11349584.

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

Color convert

RGB 80 46 173 -
CMYK 0.54 0.73 0 0.32
HSL 256.06º 0.58% 0.43% -
HSV(B) 256.06º 0.73% 0.68% -
XYZ 11.83 6.68 40.2 -
YUV 70.64 185.76 134.67 -
System Red Green Blue C M Y K H S L
Decimal 80 46 173 0.54 0.73 0 0.32 256.06 0.58 0.43
Hex 50 2E AD 36 49 0 20 100 3A 2B
Octal 120 56 255 66 111 0 40 400 72 53
Binary 1010000 101110 10101101 110110 1001001 0 100000 100000000 111010 101011

Color Harmonies of #502EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502EAD

Black with #502EAD

Text Example


Text Example

White with #502EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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