Html Css Color HEX #503FBF Purple Heart

📋 copy color: '#503FBF'

red 80 ◦ green 63 ◦ blue 191

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

Shades of Purple Heart #503FBF

Tints of Purple Heart #503FBF

RGB

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

 GREEN value IS 63 (25% from 255) = 18.86%

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

R = 23.95%
G = 18.86%
B = 57.19%

CMYK

 C value IS 0.58

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#503FBF (or 0x503FBF) is known color: Purple Heart. HEX triplet: 50, 3F and BF. RGB value is (80,63,191). Sum of RGB (Red+Green+Blue) = 80+63+191=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 191 (75% from 255 or 57.19% from 334); Max value from RGB is 191 - color contains mainly: blue. Hex color #503FBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503FBF is #AFC040. Grayscale: #525252. Windows color (decimal): -11518017 or 12533584. OLE color: 12533584.

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

Color convert

RGB 80 63 191 -
CMYK 0.58 0.67 0 0.25
HSL 247.97º 0.5% 0.5% -
HSV(B) 247.97º 0.67% 0.75% -
XYZ 14.49 9.02 50.27 -
YUV 82.68 189.13 126.09 -
System Red Green Blue C M Y K H S L
Decimal 80 63 191 0.58 0.67 0 0.25 247.97 0.5 0.5
Hex 50 3F BF 3A 43 0 19 F8 32 32
Octal 120 77 277 72 103 0 31 370 62 62
Binary 1010000 111111 10111111 111010 1000011 0 11001 11111000 110010 110010

Color Harmonies of #503FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503FBF

Black with #503FBF

Text Example


Text Example

White with #503FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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