Html Css Color HEX #503AB9 Purple Heart

📋 copy color: '#503AB9'

red 80 ◦ green 58 ◦ blue 185

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

Shades of Purple Heart #503AB9

Tints of Purple Heart #503AB9

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.96%

 BLUE value IS 185 (72.66% from 255) = 57.28%

R = 24.77%
G = 17.96%
B = 57.28%

CMYK

 C value IS 0.57

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#503AB9 (or 0x503AB9) is known color: Purple Heart. HEX triplet: 50, 3A and B9. RGB value is (80,58,185). Sum of RGB (Red+Green+Blue) = 80+58+185=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 58 (23.05% from 255 or 17.96% from 323); Blue value is 185 (72.66% from 255 or 57.28% from 323); Max value from RGB is 185 - color contains mainly: blue. Hex color #503AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503AB9 is #AFC546. Grayscale: #4E4E4E. Windows color (decimal): -11519303 or 12139088. OLE color: 12139088.

HSL color Cylindrical-coordinate representation of color #503AB9: hue angle of 250.39º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #503AB9 is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 58 185 -
CMYK 0.57 0.69 0 0.27
HSL 250.39º 0.52% 0.48% -
HSV(B) 250.39º 0.69% 0.73% -
XYZ 13.58 8.23 46.77 -
YUV 79.06 187.79 128.67 -
System Red Green Blue C M Y K H S L
Decimal 80 58 185 0.57 0.69 0 0.27 250.39 0.52 0.48
Hex 50 3A B9 39 45 0 1B FA 34 30
Octal 120 72 271 71 105 0 33 372 64 60
Binary 1010000 111010 10111001 111001 1000101 0 11011 11111010 110100 110000

Color Harmonies of #503AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503AB9

Black with #503AB9

Text Example


Text Example

White with #503AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503AB9; }

 p { color: rgb(80,58,185); }

 H1.HeaderClassName
 {
   color: #503AB9;
 }
 .AnyTagClassName
 {
   color: #503AB9;
 }
</style>

background-color css

<style>
 a { background-color: #503AB9; }

 a { background-color: rgb(80,58,185); }

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

border-color css

<style>
 span { border-color: #503AB9; }

 span { border-color: rgb(80,58,185); }

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