Html Css Color HEX #503BC1 Purple Heart

📋 copy color: '#503BC1'

red 80 ◦ green 59 ◦ blue 193

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

Shades of Purple Heart #503BC1

Tints of Purple Heart #503BC1

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.77%

 BLUE value IS 193 (75.78% from 255) = 58.13%

R = 24.1%
G = 17.77%
B = 58.13%

CMYK

 C value IS 0.59

 M value IS 0.69

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#503BC1 (or 0x503BC1) is known color: Purple Heart. HEX triplet: 50, 3B and C1. RGB value is (80,59,193). Sum of RGB (Red+Green+Blue) = 80+59+193=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 59 (23.44% from 255 or 17.77% from 332); Blue value is 193 (75.78% from 255 or 58.13% from 332); Max value from RGB is 193 - color contains mainly: blue. Hex color #503BC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503BC1 is #AFC43E. Grayscale: #505050. Windows color (decimal): -11519039 or 12663632. OLE color: 12663632.

HSL color Cylindrical-coordinate representation of color #503BC1: hue angle of 249.4º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #503BC1 is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 80 59 193 -
CMYK 0.59 0.69 0 0.24
HSL 249.4º 0.53% 0.49% -
HSV(B) 249.4º 0.69% 0.76% -
XYZ 14.5 8.68 51.36 -
YUV 80.56 191.46 127.6 -
System Red Green Blue C M Y K H S L
Decimal 80 59 193 0.59 0.69 0 0.24 249.4 0.53 0.49
Hex 50 3B C1 3B 45 0 18 F9 35 31
Octal 120 73 301 73 105 0 30 371 65 61
Binary 1010000 111011 11000001 111011 1000101 0 11000 11111001 110101 110001

Color Harmonies of #503BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503BC1

Black with #503BC1

Text Example


Text Example

White with #503BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,59,193); }

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

background-color css

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

 a { background-color: rgb(80,59,193); }

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

border-color css

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

 span { border-color: rgb(80,59,193); }

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