Html Css Color HEX #502DAE Purple Heart

📋 copy color: '#502DAE'

red 80 ◦ green 45 ◦ blue 174

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

Shades of Purple Heart #502DAE

Tints of Purple Heart #502DAE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.05%

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

R = 26.76%
G = 15.05%
B = 58.19%

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

#502DAE (or 0x502DAE) is known color: Purple Heart. HEX triplet: 50, 2D and AE. RGB value is (80,45,174). Sum of RGB (Red+Green+Blue) = 80+45+174=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 174 (68.36% from 255 or 58.19% from 299); Max value from RGB is 174 - color contains mainly: blue. Hex color #502DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502DAE is #AFD251. Grayscale: #454545. Windows color (decimal): -11522642 or 11414864. OLE color: 11414864.

HSL color Cylindrical-coordinate representation of color #502DAE: hue angle of 256.28º degrees, saturation: 0.59, 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 #502DAE is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 80 45 174 -
CMYK 0.54 0.74 0 0.32
HSL 256.28º 0.59% 0.43% -
HSV(B) 256.28º 0.74% 0.68% -
XYZ 11.89 6.64 40.7 -
YUV 70.17 186.6 135.01 -
System Red Green Blue C M Y K H S L
Decimal 80 45 174 0.54 0.74 0 0.32 256.28 0.59 0.43
Hex 50 2D AE 36 4A 0 20 100 3B 2B
Octal 120 55 256 66 112 0 40 400 73 53
Binary 1010000 101101 10101110 110110 1001010 0 100000 100000000 111011 101011

Color Harmonies of #502DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502DAE

Black with #502DAE

Text Example


Text Example

White with #502DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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