Html Css Color HEX #502DAA Purple Heart

📋 copy color: '#502DAA'

red 80 ◦ green 45 ◦ blue 170

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

Shades of Purple Heart #502DAA

Tints of Purple Heart #502DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 57.63%

R = 27.12%
G = 15.25%
B = 57.63%

CMYK

 C value IS 0.53

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#502DAA (or 0x502DAA) is known color: Purple Heart. HEX triplet: 50, 2D and AA. RGB value is (80,45,170). Sum of RGB (Red+Green+Blue) = 80+45+170=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 45 (17.97% from 255 or 15.25% from 295); Blue value is 170 (66.80% from 255 or 57.63% from 295); Max value from RGB is 170 - color contains mainly: blue. Hex color #502DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502DAA is #AFD255. Grayscale: #454545. Windows color (decimal): -11522646 or 11152720. OLE color: 11152720.

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

Color convert

RGB 80 45 170 -
CMYK 0.53 0.74 0 0.33
HSL 256.8º 0.58% 0.42% -
HSV(B) 256.8º 0.74% 0.67% -
XYZ 11.5 6.48 38.68 -
YUV 69.72 184.6 135.34 -
System Red Green Blue C M Y K H S L
Decimal 80 45 170 0.53 0.74 0 0.33 256.8 0.58 0.42
Hex 50 2D AA 35 4A 0 21 101 3A 2A
Octal 120 55 252 65 112 0 41 401 72 52
Binary 1010000 101101 10101010 110101 1001010 0 100001 100000001 111010 101010

Color Harmonies of #502DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502DAA

Black with #502DAA

Text Example


Text Example

White with #502DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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