Html Css Color HEX #502EAE Purple Heart

📋 copy color: '#502EAE'

red 80 ◦ green 46 ◦ blue 174

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

Shades of Purple Heart #502EAE

Tints of Purple Heart #502EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 58%

R = 26.67%
G = 15.33%
B = 58%

CMYK

 C value IS 0.54

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#502EAE (or 0x502EAE) is known color: Purple Heart. HEX triplet: 50, 2E and AE. RGB value is (80,46,174). Sum of RGB (Red+Green+Blue) = 80+46+174=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 46 (18.36% from 255 or 15.33% from 300); Blue value is 174 (68.36% from 255 or 58% from 300); Max value from RGB is 174 - color contains mainly: blue. Hex color #502EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502EAE is #AFD151. Grayscale: #464646. Windows color (decimal): -11522386 or 11415120. OLE color: 11415120.

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

Color convert

RGB 80 46 174 -
CMYK 0.54 0.74 0 0.32
HSL 255.94º 0.58% 0.43% -
HSV(B) 255.94º 0.74% 0.68% -
XYZ 11.93 6.72 40.71 -
YUV 70.76 186.26 134.59 -
System Red Green Blue C M Y K H S L
Decimal 80 46 174 0.54 0.74 0 0.32 255.94 0.58 0.43
Hex 50 2E AE 36 4A 0 20 100 3A 2B
Octal 120 56 256 66 112 0 40 400 72 53
Binary 1010000 101110 10101110 110110 1001010 0 100000 100000000 111010 101011

Color Harmonies of #502EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502EAE

Black with #502EAE

Text Example


Text Example

White with #502EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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