Html Css Color HEX #503AB0 Purple Heart

📋 copy color: '#503AB0'

red 80 ◦ green 58 ◦ blue 176

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

Shades of Purple Heart #503AB0

Tints of Purple Heart #503AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 56.05%

R = 25.48%
G = 18.47%
B = 56.05%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#503AB0 (or 0x503AB0) is known color: Purple Heart. HEX triplet: 50, 3A and B0. RGB value is (80,58,176). Sum of RGB (Red+Green+Blue) = 80+58+176=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 58 (23.05% from 255 or 18.47% from 314); Blue value is 176 (69.14% from 255 or 56.05% from 314); Max value from RGB is 176 - color contains mainly: blue. Hex color #503AB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503AB0 is #AFC54F. Grayscale: #4D4D4D. Windows color (decimal): -11519312 or 11549264. OLE color: 11549264.

HSL color Cylindrical-coordinate representation of color #503AB0: hue angle of 251.19º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #503AB0 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 80 58 176 -
CMYK 0.55 0.67 0 0.31
HSL 251.19º 0.5% 0.46% -
HSV(B) 251.19º 0.67% 0.69% -
XYZ 12.66 7.87 41.93 -
YUV 78.03 183.29 129.41 -
System Red Green Blue C M Y K H S L
Decimal 80 58 176 0.55 0.67 0 0.31 251.19 0.5 0.46
Hex 50 3A B0 37 43 0 1F FB 32 2E
Octal 120 72 260 67 103 0 37 373 62 56
Binary 1010000 111010 10110000 110111 1000011 0 11111 11111011 110010 101110

Color Harmonies of #503AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503AB0

Black with #503AB0

Text Example


Text Example

White with #503AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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