Html Css Color HEX #502FAD Purple Heart

📋 copy color: '#502FAD'

red 80 ◦ green 47 ◦ blue 173

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

Shades of Purple Heart #502FAD

Tints of Purple Heart #502FAD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.67%

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

R = 26.67%
G = 15.67%
B = 57.67%

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

#502FAD (or 0x502FAD) is known color: Purple Heart. HEX triplet: 50, 2F and AD. RGB value is (80,47,173). Sum of RGB (Red+Green+Blue) = 80+47+173=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 47 (18.75% from 255 or 15.67% from 300); Blue value is 173 (67.97% from 255 or 57.67% from 300); Max value from RGB is 173 - color contains mainly: blue. Hex color #502FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502FAD is #AFD052. Grayscale: #464646. Windows color (decimal): -11522131 or 11349840. OLE color: 11349840.

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

Color convert

RGB 80 47 173 -
CMYK 0.54 0.73 0 0.32
HSL 255.71º 0.57% 0.43% -
HSV(B) 255.71º 0.73% 0.68% -
XYZ 11.87 6.76 40.21 -
YUV 71.23 185.43 134.25 -
System Red Green Blue C M Y K H S L
Decimal 80 47 173 0.54 0.73 0 0.32 255.71 0.57 0.43
Hex 50 2F AD 36 49 0 20 100 39 2B
Octal 120 57 255 66 111 0 40 400 71 53
Binary 1010000 101111 10101101 110110 1001001 0 100000 100000000 111001 101011

Color Harmonies of #502FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502FAD

Black with #502FAD

Text Example


Text Example

White with #502FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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