Html Css Color HEX #503AD8 Purple Heart

📋 copy color: '#503AD8'

red 80 ◦ green 58 ◦ blue 216

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

Shades of Purple Heart #503AD8

Tints of Purple Heart #503AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 61.02%

R = 22.6%
G = 16.38%
B = 61.02%

CMYK

 C value IS 0.63

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#503AD8 (or 0x503AD8) is known color: Purple Heart. HEX triplet: 50, 3A and D8. RGB value is (80,58,216). Sum of RGB (Red+Green+Blue) = 80+58+216=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 58 (23.05% from 255 or 16.38% from 354); Blue value is 216 (84.77% from 255 or 61.02% from 354); Max value from RGB is 216 - color contains mainly: blue. Hex color #503AD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503AD8 is #AFC527. Grayscale: #515151. Windows color (decimal): -11519272 or 14170704. OLE color: 14170704.

HSL color Cylindrical-coordinate representation of color #503AD8: hue angle of 248.35º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #503AD8 is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 58 216 -
CMYK 0.63 0.73 0 0.15
HSL 248.35º 0.67% 0.54% -
HSV(B) 248.35º 0.73% 0.85% -
XYZ 17.22 9.69 65.93 -
YUV 82.59 203.29 126.15 -
System Red Green Blue C M Y K H S L
Decimal 80 58 216 0.63 0.73 0 0.15 248.35 0.67 0.54
Hex 50 3A D8 3F 49 0 F F8 43 36
Octal 120 72 330 77 111 0 17 370 103 66
Binary 1010000 111010 11011000 111111 1001001 0 1111 11111000 1000011 110110

Color Harmonies of #503AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503AD8

Black with #503AD8

Text Example


Text Example

White with #503AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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