Html Css Color HEX #503DBF Purple Heart

📋 copy color: '#503DBF'

red 80 ◦ green 61 ◦ blue 191

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

Shades of Purple Heart #503DBF

Tints of Purple Heart #503DBF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.37%

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

R = 24.1%
G = 18.37%
B = 57.53%

CMYK

 C value IS 0.58

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#503DBF (or 0x503DBF) is known color: Purple Heart. HEX triplet: 50, 3D and BF. RGB value is (80,61,191). Sum of RGB (Red+Green+Blue) = 80+61+191=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 61 (24.22% from 255 or 18.37% from 332); Blue value is 191 (75% from 255 or 57.53% from 332); Max value from RGB is 191 - color contains mainly: blue. Hex color #503DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503DBF is #AFC240. Grayscale: #515151. Windows color (decimal): -11518529 or 12533072. OLE color: 12533072.

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

Color convert

RGB 80 61 191 -
CMYK 0.58 0.68 0 0.25
HSL 248.77º 0.52% 0.49% -
HSV(B) 248.77º 0.68% 0.75% -
XYZ 14.38 8.8 50.23 -
YUV 81.5 189.79 126.93 -
System Red Green Blue C M Y K H S L
Decimal 80 61 191 0.58 0.68 0 0.25 248.77 0.52 0.49
Hex 50 3D BF 3A 44 0 19 F9 34 31
Octal 120 75 277 72 104 0 31 371 64 61
Binary 1010000 111101 10111111 111010 1000100 0 11001 11111001 110100 110001

Color Harmonies of #503DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503DBF

Black with #503DBF

Text Example


Text Example

White with #503DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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