Html Css Color HEX #503FBE Purple Heart

📋 copy color: '#503FBE'

red 80 ◦ green 63 ◦ blue 190

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

Shades of Purple Heart #503FBE

Tints of Purple Heart #503FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 57.06%

R = 24.02%
G = 18.92%
B = 57.06%

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

#503FBE (or 0x503FBE) is known color: Purple Heart. HEX triplet: 50, 3F and BE. RGB value is (80,63,190). Sum of RGB (Red+Green+Blue) = 80+63+190=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #503FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503FBE is #AFC041. Grayscale: #525252. Windows color (decimal): -11518018 or 12468048. OLE color: 12468048.

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

Color convert

RGB 80 63 190 -
CMYK 0.58 0.67 0 0.25
HSL 248.03º 0.5% 0.5% -
HSV(B) 248.03º 0.67% 0.75% -
XYZ 14.38 8.98 49.69 -
YUV 82.56 188.63 126.17 -
System Red Green Blue C M Y K H S L
Decimal 80 63 190 0.58 0.67 0 0.25 248.03 0.5 0.5
Hex 50 3F BE 3A 43 0 19 F8 32 32
Octal 120 77 276 72 103 0 31 370 62 62
Binary 1010000 111111 10111110 111010 1000011 0 11001 11111000 110010 110010

Color Harmonies of #503FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503FBE

Black with #503FBE

Text Example


Text Example

White with #503FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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