Html Css Color HEX #503BBF Purple Heart

📋 copy color: '#503BBF'

red 80 ◦ green 59 ◦ blue 191

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

Shades of Purple Heart #503BBF

Tints of Purple Heart #503BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 57.88%

R = 24.24%
G = 17.88%
B = 57.88%

CMYK

 C value IS 0.58

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#503BBF (or 0x503BBF) is known color: Purple Heart. HEX triplet: 50, 3B and BF. RGB value is (80,59,191). Sum of RGB (Red+Green+Blue) = 80+59+191=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 191 (75% from 255 or 57.88% from 330); Max value from RGB is 191 - color contains mainly: blue. Hex color #503BBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503BBF is #AFC440. Grayscale: #4F4F4F. Windows color (decimal): -11519041 or 12532560. OLE color: 12532560.

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

Color convert

RGB 80 59 191 -
CMYK 0.58 0.69 0 0.25
HSL 249.55º 0.53% 0.49% -
HSV(B) 249.55º 0.69% 0.75% -
XYZ 14.28 8.59 50.2 -
YUV 80.33 190.46 127.77 -
System Red Green Blue C M Y K H S L
Decimal 80 59 191 0.58 0.69 0 0.25 249.55 0.53 0.49
Hex 50 3B BF 3A 45 0 19 FA 35 31
Octal 120 73 277 72 105 0 31 372 65 61
Binary 1010000 111011 10111111 111010 1000101 0 11001 11111010 110101 110001

Color Harmonies of #503BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503BBF

Black with #503BBF

Text Example


Text Example

White with #503BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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