Html Css Color HEX #503BB1 Purple Heart

📋 copy color: '#503BB1'

red 80 ◦ green 59 ◦ blue 177

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

Shades of Purple Heart #503BB1

Tints of Purple Heart #503BB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 56.01%

R = 25.32%
G = 18.67%
B = 56.01%

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

#503BB1 (or 0x503BB1) is known color: Purple Heart. HEX triplet: 50, 3B and B1. RGB value is (80,59,177). Sum of RGB (Red+Green+Blue) = 80+59+177=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 59 (23.44% from 255 or 18.67% from 316); Blue value is 177 (69.53% from 255 or 56.01% from 316); Max value from RGB is 177 - color contains mainly: blue. Hex color #503BB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503BB1 is #AFC44E. Grayscale: #4E4E4E. Windows color (decimal): -11519055 or 11615056. OLE color: 11615056.

HSL color Cylindrical-coordinate representation of color #503BB1: hue angle of 250.68º 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 #503BB1 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 80 59 177 -
CMYK 0.55 0.67 0 0.31
HSL 250.68º 0.5% 0.46% -
HSV(B) 250.68º 0.67% 0.69% -
XYZ 12.81 8.01 42.47 -
YUV 78.73 183.46 128.91 -
System Red Green Blue C M Y K H S L
Decimal 80 59 177 0.55 0.67 0 0.31 250.68 0.5 0.46
Hex 50 3B B1 37 43 0 1F FB 32 2E
Octal 120 73 261 67 103 0 37 373 62 56
Binary 1010000 111011 10110001 110111 1000011 0 11111 11111011 110010 101110

Color Harmonies of #503BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503BB1

Black with #503BB1

Text Example


Text Example

White with #503BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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